Html Css Color HEX #BF7CCD Orchid

📋 copy color: '#BF7CCD'

red 191 ◦ green 124 ◦ blue 205

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

Shades of Orchid #BF7CCD

Tints of Orchid #BF7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.85%

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

R = 36.73%
G = 23.85%
B = 39.42%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF7CCD (or 0xBF7CCD) is known color: Orchid. HEX triplet: BF, 7C and CD. RGB value is (191,124,205). Sum of RGB (Red+Green+Blue) = 191+124+205=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CCD is #408332. Grayscale: #999999. Windows color (decimal): -4227891 or 13466815. OLE color: 13466815.

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

Color convert

RGB 191 124 205 -
CMYK 0.07 0.40 0 0.20
HSL 289.63º 0.45% 0.65% -
HSV(B) 289.63º 0.4% 0.8% -
XYZ 39.71 29.9 61.44 -
YUV 153.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 191 124 205 0.07 0.40 0 0.20 289.63 0.45 0.65
Hex BF 7C CD 7 28 0 14 122 2D 41
Octal 277 174 315 7 50 0 24 442 55 101
Binary 10111111 1111100 11001101 111 101000 0 10100 100100010 101101 1000001

Color Harmonies of #BF7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CCD

Black with #BF7CCD

Text Example


Text Example

White with #BF7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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