Html Css Color HEX #BF5BCD Medium Orchid

📋 copy color: '#BF5BCD'

red 191 ◦ green 91 ◦ blue 205

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

Shades of Medium Orchid #BF5BCD

Tints of Medium Orchid #BF5BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.69%

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

R = 39.22%
G = 18.69%
B = 42.09%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF5BCD (or 0xBF5BCD) is known color: Medium Orchid. HEX triplet: BF, 5B and CD. RGB value is (191,91,205). Sum of RGB (Red+Green+Blue) = 191+91+205=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF5BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BCD is #40A432. Grayscale: #858585. Windows color (decimal): -4236339 or 13458367. OLE color: 13458367.

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

Color convert

RGB 191 91 205 -
CMYK 0.07 0.56 0 0.20
HSL 292.63º 0.53% 0.58% -
HSV(B) 292.63º 0.56% 0.8% -
XYZ 36.25 22.97 60.28 -
YUV 133.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 191 91 205 0.07 0.56 0 0.20 292.63 0.53 0.58
Hex BF 5B CD 7 38 0 14 125 35 3A
Octal 277 133 315 7 70 0 24 445 65 72
Binary 10111111 1011011 11001101 111 111000 0 10100 100100101 110101 111010

Color Harmonies of #BF5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5BCD

Black with #BF5BCD

Text Example


Text Example

White with #BF5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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