Html Css Color HEX #BF76C6 Orchid

📋 copy color: '#BF76C6'

red 191 ◦ green 118 ◦ blue 198

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

Shades of Orchid #BF76C6

Tints of Orchid #BF76C6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.27%

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

R = 37.67%
G = 23.27%
B = 39.05%

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

#BF76C6 (or 0xBF76C6) is known color: Orchid. HEX triplet: BF, 76 and C6. RGB value is (191,118,198). Sum of RGB (Red+Green+Blue) = 191+118+198=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76C6 is #408939. Grayscale: #949494. Windows color (decimal): -4229434 or 13006527. OLE color: 13006527.

HSL color Cylindrical-coordinate representation of color #BF76C6: hue angle of 294.75º 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 #BF76C6 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 118 198 -
CMYK 0.04 0.40 0 0.22
HSL 294.75º 0.41% 0.62% -
HSV(B) 294.75º 0.4% 0.78% -
XYZ 38.16 28.11 56.84 -
YUV 148.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 191 118 198 0.04 0.40 0 0.22 294.75 0.41 0.62
Hex BF 76 C6 4 28 0 16 127 29 3E
Octal 277 166 306 4 50 0 26 447 51 76
Binary 10111111 1110110 11000110 100 101000 0 10110 100100111 101001 111110

Color Harmonies of #BF76C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76C6

Black with #BF76C6

Text Example


Text Example

White with #BF76C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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