Html Css Color HEX #BF79D1 Orchid

📋 copy color: '#BF79D1'

red 191 ◦ green 121 ◦ blue 209

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

Shades of Orchid #BF79D1

Tints of Orchid #BF79D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 36.66%
G = 23.22%
B = 40.12%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF79D1 (or 0xBF79D1) is known color: Orchid. HEX triplet: BF, 79 and D1. RGB value is (191,121,209). Sum of RGB (Red+Green+Blue) = 191+121+209=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF79D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79D1 is #40862E. Grayscale: #979797. Windows color (decimal): -4228655 or 13728191. OLE color: 13728191.

HSL color Cylindrical-coordinate representation of color #BF79D1: hue angle of 287.73º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF79D1 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 121 209 -
CMYK 0.09 0.42 0 0.18
HSL 287.73º 0.49% 0.65% -
HSV(B) 287.73º 0.42% 0.82% -
XYZ 39.83 29.35 63.89 -
YUV 151.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 191 121 209 0.09 0.42 0 0.18 287.73 0.49 0.65
Hex BF 79 D1 9 2A 0 12 120 31 41
Octal 277 171 321 11 52 0 22 440 61 101
Binary 10111111 1111001 11010001 1001 101010 0 10010 100100000 110001 1000001

Color Harmonies of #BF79D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF79D1

Black with #BF79D1

Text Example


Text Example

White with #BF79D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF79D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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