Html Css Color HEX #BE75CA Medium Orchid

📋 copy color: '#BE75CA'

red 190 ◦ green 117 ◦ blue 202

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

Shades of Medium Orchid #BE75CA

Tints of Medium Orchid #BE75CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.99%

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 37.33%
G = 22.99%
B = 39.69%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE75CA (or 0xBE75CA) is known color: Medium Orchid. HEX triplet: BE, 75 and CA. RGB value is (190,117,202). Sum of RGB (Red+Green+Blue) = 190+117+202=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75CA is #418A35. Grayscale: #949494. Windows color (decimal): -4295222 or 13268414. OLE color: 13268414.

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

Color convert

RGB 190 117 202 -
CMYK 0.06 0.42 0 0.21
HSL 291.53º 0.45% 0.63% -
HSV(B) 291.53º 0.42% 0.79% -
XYZ 38.26 27.93 59.25 -
YUV 148.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 190 117 202 0.06 0.42 0 0.21 291.53 0.45 0.63
Hex BE 75 CA 6 2A 0 15 124 2D 3F
Octal 276 165 312 6 52 0 25 444 55 77
Binary 10111110 1110101 11001010 110 101010 0 10101 100100100 101101 111111

Color Harmonies of #BE75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75CA

Black with #BE75CA

Text Example


Text Example

White with #BE75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75CA; }

 p { color: rgb(190,117,202); }

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

background-color css

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

 a { background-color: rgb(190,117,202); }

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

border-color css

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

 span { border-color: rgb(190,117,202); }

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