Html Css Color HEX #BF77C6 Orchid

📋 copy color: '#BF77C6'

red 191 ◦ green 119 ◦ blue 198

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

Shades of Orchid #BF77C6

Tints of Orchid #BF77C6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.43%

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 37.6%
G = 23.43%
B = 38.98%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF77C6 (or 0xBF77C6) is known color: Orchid. HEX triplet: BF, 77 and C6. RGB value is (191,119,198). Sum of RGB (Red+Green+Blue) = 191+119+198=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF77C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77C6 is #408839. Grayscale: #959595. Windows color (decimal): -4229178 or 13006783. OLE color: 13006783.

HSL color Cylindrical-coordinate representation of color #BF77C6: hue angle of 294.68º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF77C6 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 119 198 -
CMYK 0.04 0.40 0 0.22
HSL 294.68º 0.41% 0.62% -
HSV(B) 294.68º 0.4% 0.78% -
XYZ 38.28 28.35 56.88 -
YUV 149.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 191 119 198 0.04 0.40 0 0.22 294.68 0.41 0.62
Hex BF 77 C6 4 28 0 16 127 29 3E
Octal 277 167 306 4 50 0 26 447 51 76
Binary 10111111 1110111 11000110 100 101000 0 10110 100100111 101001 111110

Color Harmonies of #BF77C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77C6

Black with #BF77C6

Text Example


Text Example

White with #BF77C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77C6; }

 p { color: rgb(191,119,198); }

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

background-color css

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

 a { background-color: rgb(191,119,198); }

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

border-color css

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

 span { border-color: rgb(191,119,198); }

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