Html Css Color HEX #BF7BCD Orchid

📋 copy color: '#BF7BCD'

red 191 ◦ green 123 ◦ blue 205

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

Shades of Orchid #BF7BCD

Tints of Orchid #BF7BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 36.8%
G = 23.7%
B = 39.5%

CMYK

 C value IS 0.07

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF7BCD (or 0xBF7BCD) is known color: Orchid. HEX triplet: BF, 7B and CD. RGB value is (191,123,205). Sum of RGB (Red+Green+Blue) = 191+123+205=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BCD is #408432. Grayscale: #989898. Windows color (decimal): -4228147 or 13466559. OLE color: 13466559.

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

Color convert

RGB 191 123 205 -
CMYK 0.07 0.4 0 0.20
HSL 289.76º 0.45% 0.64% -
HSV(B) 289.76º 0.4% 0.8% -
XYZ 39.59 29.65 61.39 -
YUV 152.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 191 123 205 0.07 0.4 0 0.20 289.76 0.45 0.64
Hex BF 7B CD 7 28 0 14 122 2D 40
Octal 277 173 315 7 50 0 24 442 55 100
Binary 10111111 1111011 11001101 111 101000 0 10100 100100010 101101 1000000

Color Harmonies of #BF7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BCD

Black with #BF7BCD

Text Example


Text Example

White with #BF7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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