Html Css Color HEX #BF7CCC Orchid

📋 copy color: '#BF7CCC'

red 191 ◦ green 124 ◦ blue 204

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

Shades of Orchid #BF7CCC

Tints of Orchid #BF7CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 36.8%
G = 23.89%
B = 39.31%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF7CCC (or 0xBF7CCC) is known color: Orchid. HEX triplet: BF, 7C and CC. RGB value is (191,124,204). Sum of RGB (Red+Green+Blue) = 191+124+204=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CCC is #408333. Grayscale: #989898. Windows color (decimal): -4227892 or 13401279. OLE color: 13401279.

HSL color Cylindrical-coordinate representation of color #BF7CCC: hue angle of 290.25º degrees, saturation: 0.44, 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 #BF7CCC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 124 204 -
CMYK 0.06 0.39 0 0.2
HSL 290.25º 0.44% 0.64% -
HSV(B) 290.25º 0.39% 0.8% -
XYZ 39.59 29.85 60.8 -
YUV 153.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 191 124 204 0.06 0.39 0 0.2 290.25 0.44 0.64
Hex BF 7C CC 6 27 0 14 122 2C 40
Octal 277 174 314 6 47 0 24 442 54 100
Binary 10111111 1111100 11001100 110 100111 0 10100 100100010 101100 1000000

Color Harmonies of #BF7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CCC

Black with #BF7CCC

Text Example


Text Example

White with #BF7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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