Html Css Color HEX #BF79CE Orchid

📋 copy color: '#BF79CE'

red 191 ◦ green 121 ◦ blue 206

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

Shades of Orchid #BF79CE

Tints of Orchid #BF79CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 36.87%
G = 23.36%
B = 39.77%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF79CE (or 0xBF79CE) is known color: Orchid. HEX triplet: BF, 79 and CE. RGB value is (191,121,206). Sum of RGB (Red+Green+Blue) = 191+121+206=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79CE is #408631. Grayscale: #979797. Windows color (decimal): -4228658 or 13531583. OLE color: 13531583.

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

Color convert

RGB 191 121 206 -
CMYK 0.07 0.41 0 0.19
HSL 289.41º 0.46% 0.64% -
HSV(B) 289.41º 0.41% 0.81% -
XYZ 39.46 29.21 61.95 -
YUV 151.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 191 121 206 0.07 0.41 0 0.19 289.41 0.46 0.64
Hex BF 79 CE 7 29 0 13 121 2E 40
Octal 277 171 316 7 51 0 23 441 56 100
Binary 10111111 1111001 11001110 111 101001 0 10011 100100001 101110 1000000

Color Harmonies of #BF79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF79CE

Black with #BF79CE

Text Example


Text Example

White with #BF79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF79CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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