Html Css Color HEX #BF76C8 Orchid

📋 copy color: '#BF76C8'

red 191 ◦ green 118 ◦ blue 200

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

Shades of Orchid #BF76C8

Tints of Orchid #BF76C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 37.52%
G = 23.18%
B = 39.29%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF76C8 (or 0xBF76C8) is known color: Orchid. HEX triplet: BF, 76 and C8. RGB value is (191,118,200). Sum of RGB (Red+Green+Blue) = 191+118+200=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF76C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76C8 is #408937. Grayscale: #949494. Windows color (decimal): -4229432 or 13137599. OLE color: 13137599.

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

Color convert

RGB 191 118 200 -
CMYK 0.04 0.41 0 0.22
HSL 293.41º 0.43% 0.62% -
HSV(B) 293.41º 0.41% 0.78% -
XYZ 38.39 28.2 58.06 -
YUV 149.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 191 118 200 0.04 0.41 0 0.22 293.41 0.43 0.62
Hex BF 76 C8 4 29 0 16 125 2B 3E
Octal 277 166 310 4 51 0 26 445 53 76
Binary 10111111 1110110 11001000 100 101001 0 10110 100100101 101011 111110

Color Harmonies of #BF76C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76C8

Black with #BF76C8

Text Example


Text Example

White with #BF76C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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