Html Css Color HEX #BF7BCB Orchid

📋 copy color: '#BF7BCB'

red 191 ◦ green 123 ◦ blue 203

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

Shades of Orchid #BF7BCB

Tints of Orchid #BF7BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 36.94%
G = 23.79%
B = 39.26%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF7BCB (or 0xBF7BCB) is known color: Orchid. HEX triplet: BF, 7B and CB. RGB value is (191,123,203). Sum of RGB (Red+Green+Blue) = 191+123+203=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BCB is #408434. Grayscale: #989898. Windows color (decimal): -4228149 or 13335487. OLE color: 13335487.

HSL color Cylindrical-coordinate representation of color #BF7BCB: hue angle of 291º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF7BCB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 123 203 -
CMYK 0.06 0.39 0 0.20
HSL 291º 0.43% 0.64% -
HSV(B) 291º 0.39% 0.8% -
XYZ 39.35 29.55 60.13 -
YUV 152.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 191 123 203 0.06 0.39 0 0.20 291 0.43 0.64
Hex BF 7B CB 6 27 0 14 123 2B 40
Octal 277 173 313 6 47 0 24 443 53 100
Binary 10111111 1111011 11001011 110 100111 0 10100 100100011 101011 1000000

Color Harmonies of #BF7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BCB

Black with #BF7BCB

Text Example


Text Example

White with #BF7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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