Html Css Color HEX #BF6DCC Medium Orchid

📋 copy color: '#BF6DCC'

red 191 ◦ green 109 ◦ blue 204

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

Shades of Medium Orchid #BF6DCC

Tints of Medium Orchid #BF6DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.63%

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

R = 37.9%
G = 21.63%
B = 40.48%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF6DCC (or 0xBF6DCC) is known color: Medium Orchid. HEX triplet: BF, 6D and CC. RGB value is (191,109,204). Sum of RGB (Red+Green+Blue) = 191+109+204=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DCC is #409233. Grayscale: #909090. Windows color (decimal): -4231732 or 13397439. OLE color: 13397439.

HSL color Cylindrical-coordinate representation of color #BF6DCC: hue angle of 291.79º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6DCC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 109 204 -
CMYK 0.06 0.47 0 0.2
HSL 291.79º 0.48% 0.61% -
HSV(B) 291.79º 0.47% 0.8% -
XYZ 37.85 26.37 60.22 -
YUV 144.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 191 109 204 0.06 0.47 0 0.2 291.79 0.48 0.61
Hex BF 6D CC 6 2F 0 14 124 30 3D
Octal 277 155 314 6 57 0 24 444 60 75
Binary 10111111 1101101 11001100 110 101111 0 10100 100100100 110000 111101

Color Harmonies of #BF6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DCC

Black with #BF6DCC

Text Example


Text Example

White with #BF6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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