Html Css Color HEX #BE59CB Medium Orchid

📋 copy color: '#BE59CB'

red 190 ◦ green 89 ◦ blue 203

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

Shades of Medium Orchid #BE59CB

Tints of Medium Orchid #BE59CB

RGB

 RED value IS 190 (74.61% from 255) = 39.42%

 GREEN value IS 89 (35.16% from 255) = 18.46%

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

R = 39.42%
G = 18.46%
B = 42.12%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE59CB (or 0xBE59CB) is known color: Medium Orchid. HEX triplet: BE, 59 and CB. RGB value is (190,89,203). Sum of RGB (Red+Green+Blue) = 190+89+203=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE59CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59CB is #41A634. Grayscale: #838383. Windows color (decimal): -4302389 or 13326782. OLE color: 13326782.

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

Color convert

RGB 190 89 203 -
CMYK 0.06 0.56 0 0.20
HSL 293.16º 0.52% 0.57% -
HSV(B) 293.16º 0.56% 0.8% -
XYZ 35.59 22.4 58.95 -
YUV 132.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 190 89 203 0.06 0.56 0 0.20 293.16 0.52 0.57
Hex BE 59 CB 6 38 0 14 125 34 39
Octal 276 131 313 6 70 0 24 445 64 71
Binary 10111110 1011001 11001011 110 111000 0 10100 100100101 110100 111001

Color Harmonies of #BE59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE59CB

Black with #BE59CB

Text Example


Text Example

White with #BE59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE59CB; }

 p { color: rgb(190,89,203); }

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

background-color css

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

 a { background-color: rgb(190,89,203); }

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

border-color css

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

 span { border-color: rgb(190,89,203); }

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