Html Css Color HEX #BE73CB Medium Orchid

📋 copy color: '#BE73CB'

red 190 ◦ green 115 ◦ blue 203

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

Shades of Medium Orchid #BE73CB

Tints of Medium Orchid #BE73CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.64%

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

R = 37.4%
G = 22.64%
B = 39.96%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE73CB (or 0xBE73CB) is known color: Medium Orchid. HEX triplet: BE, 73 and CB. RGB value is (190,115,203). Sum of RGB (Red+Green+Blue) = 190+115+203=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE73CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73CB is #418C34. Grayscale: #939393. Windows color (decimal): -4295733 or 13333438. OLE color: 13333438.

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

Color convert

RGB 190 115 203 -
CMYK 0.06 0.43 0 0.20
HSL 291.14º 0.46% 0.62% -
HSV(B) 291.14º 0.43% 0.8% -
XYZ 38.15 27.52 59.8 -
YUV 147.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 190 115 203 0.06 0.43 0 0.20 291.14 0.46 0.62
Hex BE 73 CB 6 2B 0 14 123 2E 3E
Octal 276 163 313 6 53 0 24 443 56 76
Binary 10111110 1110011 11001011 110 101011 0 10100 100100011 101110 111110

Color Harmonies of #BE73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73CB

Black with #BE73CB

Text Example


Text Example

White with #BE73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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