Html Css Color HEX #BE76CB Medium Orchid

📋 copy color: '#BE76CB'

red 190 ◦ green 118 ◦ blue 203

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

Shades of Medium Orchid #BE76CB

Tints of Medium Orchid #BE76CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.09%

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

R = 37.18%
G = 23.09%
B = 39.73%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE76CB (or 0xBE76CB) is known color: Medium Orchid. HEX triplet: BE, 76 and CB. RGB value is (190,118,203). Sum of RGB (Red+Green+Blue) = 190+118+203=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76CB is #418934. Grayscale: #949494. Windows color (decimal): -4294965 or 13334206. OLE color: 13334206.

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

Color convert

RGB 190 118 203 -
CMYK 0.06 0.42 0 0.20
HSL 290.82º 0.45% 0.63% -
HSV(B) 290.82º 0.42% 0.8% -
XYZ 38.49 28.22 59.92 -
YUV 149.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 190 118 203 0.06 0.42 0 0.20 290.82 0.45 0.63
Hex BE 76 CB 6 2A 0 14 123 2D 3F
Octal 276 166 313 6 52 0 24 443 55 77
Binary 10111110 1110110 11001011 110 101010 0 10100 100100011 101101 111111

Color Harmonies of #BE76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76CB

Black with #BE76CB

Text Example


Text Example

White with #BE76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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