Html Css Color HEX #BF79CF Orchid

📋 copy color: '#BF79CF'

red 191 ◦ green 121 ◦ blue 207

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

Shades of Orchid #BF79CF

Tints of Orchid #BF79CF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.31%

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 36.8%
G = 23.31%
B = 39.88%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF79CF (or 0xBF79CF) is known color: Orchid. HEX triplet: BF, 79 and CF. RGB value is (191,121,207). Sum of RGB (Red+Green+Blue) = 191+121+207=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF79CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79CF is #408630. Grayscale: #979797. Windows color (decimal): -4228657 or 13597119. OLE color: 13597119.

HSL color Cylindrical-coordinate representation of color #BF79CF: hue angle of 288.84º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF79CF is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 121 207 -
CMYK 0.08 0.42 0 0.19
HSL 288.84º 0.47% 0.64% -
HSV(B) 288.84º 0.42% 0.81% -
XYZ 39.59 29.26 62.59 -
YUV 151.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 191 121 207 0.08 0.42 0 0.19 288.84 0.47 0.64
Hex BF 79 CF 8 2A 0 13 121 2F 40
Octal 277 171 317 10 52 0 23 441 57 100
Binary 10111111 1111001 11001111 1000 101010 0 10011 100100001 101111 1000000

Color Harmonies of #BF79CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF79CF

Black with #BF79CF

Text Example


Text Example

White with #BF79CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF79CF; }

 p { color: rgb(191,121,207); }

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

background-color css

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

 a { background-color: rgb(191,121,207); }

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

border-color css

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

 span { border-color: rgb(191,121,207); }

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