Html Css Color HEX #BE63CB Medium Orchid

📋 copy color: '#BE63CB'

red 190 ◦ green 99 ◦ blue 203

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

Shades of Medium Orchid #BE63CB

Tints of Medium Orchid #BE63CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.12%

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

R = 38.62%
G = 20.12%
B = 41.26%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE63CB (or 0xBE63CB) is known color: Medium Orchid. HEX triplet: BE, 63 and CB. RGB value is (190,99,203). Sum of RGB (Red+Green+Blue) = 190+99+203=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63CB is #419C34. Grayscale: #898989. Windows color (decimal): -4299829 or 13329342. OLE color: 13329342.

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

Color convert

RGB 190 99 203 -
CMYK 0.06 0.51 0 0.20
HSL 292.5º 0.5% 0.59% -
HSV(B) 292.5º 0.51% 0.8% -
XYZ 36.48 24.18 59.25 -
YUV 138.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 190 99 203 0.06 0.51 0 0.20 292.5 0.5 0.59
Hex BE 63 CB 6 33 0 14 124 32 3B
Octal 276 143 313 6 63 0 24 444 62 73
Binary 10111110 1100011 11001011 110 110011 0 10100 100100100 110010 111011

Color Harmonies of #BE63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63CB

Black with #BE63CB

Text Example


Text Example

White with #BE63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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