Html Css Color HEX #BF5DCD Medium Orchid

📋 copy color: '#BF5DCD'

red 191 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #BF5DCD

Tints of Medium Orchid #BF5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.02%

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

R = 39.06%
G = 19.02%
B = 41.92%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF5DCD (or 0xBF5DCD) is known color: Medium Orchid. HEX triplet: BF, 5D and CD. RGB value is (191,93,205). Sum of RGB (Red+Green+Blue) = 191+93+205=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DCD is #40A232. Grayscale: #868686. Windows color (decimal): -4235827 or 13458879. OLE color: 13458879.

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

Color convert

RGB 191 93 205 -
CMYK 0.07 0.55 0 0.20
HSL 292.5º 0.53% 0.58% -
HSV(B) 292.5º 0.55% 0.8% -
XYZ 36.42 23.31 60.34 -
YUV 135.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 191 93 205 0.07 0.55 0 0.20 292.5 0.53 0.58
Hex BF 5D CD 7 37 0 14 124 35 3A
Octal 277 135 315 7 67 0 24 444 65 72
Binary 10111111 1011101 11001101 111 110111 0 10100 100100100 110101 111010

Color Harmonies of #BF5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DCD

Black with #BF5DCD

Text Example


Text Example

White with #BF5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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