Html Css Color HEX #BF78C2 Orchid

📋 copy color: '#BF78C2'

red 191 ◦ green 120 ◦ blue 194

#BF78C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #BF78C2

Tints of Orchid #BF78C2

RGB

 RED value IS 191 (75% from 255) = 37.82%

 GREEN value IS 120 (47.27% from 255) = 23.76%

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 37.82%
G = 23.76%
B = 38.42%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF78C2 (or 0xBF78C2) is known color: Orchid. HEX triplet: BF, 78 and C2. RGB value is (191,120,194). Sum of RGB (Red+Green+Blue) = 191+120+194=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78C2 is #40873D. Grayscale: #959595. Windows color (decimal): -4228926 or 12744895. OLE color: 12744895.

HSL color Cylindrical-coordinate representation of color #BF78C2: hue angle of 297.57º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF78C2 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 120 194 -
CMYK 0.02 0.38 0 0.24
HSL 297.57º 0.38% 0.62% -
HSV(B) 297.57º 0.38% 0.76% -
XYZ 37.94 28.4 54.52 -
YUV 149.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 191 120 194 0.02 0.38 0 0.24 297.57 0.38 0.62
Hex BF 78 C2 2 26 0 18 12A 26 3E
Octal 277 170 302 2 46 0 30 452 46 76
Binary 10111111 1111000 11000010 10 100110 0 11000 100101010 100110 111110

Color Harmonies of #BF78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78C2

Black with #BF78C2

Text Example


Text Example

White with #BF78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78C2; }

 p { color: rgb(191,120,194); }

 H1.HeaderClassName
 {
   color: #BF78C2;
 }
 .AnyTagClassName
 {
   color: #BF78C2;
 }
</style>

background-color css

<style>
 a { background-color: #BF78C2; }

 a { background-color: rgb(191,120,194); }

 div.DivClassName
 {
   background-color: #BF78C2;
 }
 .BgClassName
 {
   background-color: #BF78C2;
 }
</style>

border-color css

<style>
 span { border-color: #BF78C2; }

 span { border-color: rgb(191,120,194); }

 td.TdClassName
 {
   border-color: #BF78C2;
 }
 .TagClassName
 {
   border-color: #BF78C2;
 }
</style>