Html Css Color HEX #BF7BC8 Orchid

📋 copy color: '#BF7BC8'

red 191 ◦ green 123 ◦ blue 200

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

Shades of Orchid #BF7BC8

Tints of Orchid #BF7BC8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.93%

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

R = 37.16%
G = 23.93%
B = 38.91%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF7BC8 (or 0xBF7BC8) is known color: Orchid. HEX triplet: BF, 7B and C8. RGB value is (191,123,200). Sum of RGB (Red+Green+Blue) = 191+123+200=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF7BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BC8 is #408437. Grayscale: #979797. Windows color (decimal): -4228152 or 13138879. OLE color: 13138879.

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

Color convert

RGB 191 123 200 -
CMYK 0.04 0.38 0 0.22
HSL 292.99º 0.41% 0.63% -
HSV(B) 292.99º 0.39% 0.78% -
XYZ 38.99 29.41 58.27 -
YUV 152.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 191 123 200 0.04 0.38 0 0.22 292.99 0.41 0.63
Hex BF 7B C8 4 26 0 16 125 29 3F
Octal 277 173 310 4 46 0 26 445 51 77
Binary 10111111 1111011 11001000 100 100110 0 10110 100100101 101001 111111

Color Harmonies of #BF7BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BC8

Black with #BF7BC8

Text Example


Text Example

White with #BF7BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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