Html Css Color HEX #BF5DCB Medium Orchid

📋 copy color: '#BF5DCB'

red 191 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #BF5DCB

Tints of Medium Orchid #BF5DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 39.22%
G = 19.1%
B = 41.68%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF5DCB (or 0xBF5DCB) is known color: Medium Orchid. HEX triplet: BF, 5D and CB. RGB value is (191,93,203). Sum of RGB (Red+Green+Blue) = 191+93+203=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF5DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DCB is #40A234. Grayscale: #868686. Windows color (decimal): -4235829 or 13327807. OLE color: 13327807.

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

Color convert

RGB 191 93 203 -
CMYK 0.06 0.54 0 0.20
HSL 293.45º 0.51% 0.58% -
HSV(B) 293.45º 0.54% 0.8% -
XYZ 36.18 23.22 59.07 -
YUV 134.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 191 93 203 0.06 0.54 0 0.20 293.45 0.51 0.58
Hex BF 5D CB 6 36 0 14 125 33 3A
Octal 277 135 313 6 66 0 24 445 63 72
Binary 10111111 1011101 11001011 110 110110 0 10100 100100101 110011 111010

Color Harmonies of #BF5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DCB

Black with #BF5DCB

Text Example


Text Example

White with #BF5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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