Html Css Color HEX #BE74CB Medium Orchid

📋 copy color: '#BE74CB'

red 190 ◦ green 116 ◦ blue 203

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

Shades of Medium Orchid #BE74CB

Tints of Medium Orchid #BE74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.79%

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

R = 37.33%
G = 22.79%
B = 39.88%

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

#BE74CB (or 0xBE74CB) is known color: Medium Orchid. HEX triplet: BE, 74 and CB. RGB value is (190,116,203). Sum of RGB (Red+Green+Blue) = 190+116+203=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74CB is #418B34. Grayscale: #939393. Windows color (decimal): -4295477 or 13333694. OLE color: 13333694.

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

Color convert

RGB 190 116 203 -
CMYK 0.06 0.43 0 0.20
HSL 291.03º 0.46% 0.63% -
HSV(B) 291.03º 0.43% 0.8% -
XYZ 38.26 27.75 59.84 -
YUV 148.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 190 116 203 0.06 0.43 0 0.20 291.03 0.46 0.63
Hex BE 74 CB 6 2B 0 14 123 2E 3F
Octal 276 164 313 6 53 0 24 443 56 77
Binary 10111110 1110100 11001011 110 101011 0 10100 100100011 101110 111111

Color Harmonies of #BE74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74CB

Black with #BE74CB

Text Example


Text Example

White with #BE74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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