Html Css Color HEX #BF78CA Orchid

📋 copy color: '#BF78CA'

red 191 ◦ green 120 ◦ blue 202

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

Shades of Orchid #BF78CA

Tints of Orchid #BF78CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 37.23%
G = 23.39%
B = 39.38%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF78CA (or 0xBF78CA) is known color: Orchid. HEX triplet: BF, 78 and CA. RGB value is (191,120,202). Sum of RGB (Red+Green+Blue) = 191+120+202=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF78CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78CA is #408735. Grayscale: #969696. Windows color (decimal): -4228918 or 13269183. OLE color: 13269183.

HSL color Cylindrical-coordinate representation of color #BF78CA: hue angle of 291.95º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF78CA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 120 202 -
CMYK 0.05 0.41 0 0.21
HSL 291.95º 0.44% 0.63% -
HSV(B) 291.95º 0.41% 0.79% -
XYZ 38.86 28.77 59.38 -
YUV 150.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 191 120 202 0.05 0.41 0 0.21 291.95 0.44 0.63
Hex BF 78 CA 5 29 0 15 124 2C 3F
Octal 277 170 312 5 51 0 25 444 54 77
Binary 10111111 1111000 11001010 101 101001 0 10101 100100100 101100 111111

Color Harmonies of #BF78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78CA

Black with #BF78CA

Text Example


Text Example

White with #BF78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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