Html Css Color HEX #B75EE2 Medium Orchid

📋 copy color: '#B75EE2'

red 183 ◦ green 94 ◦ blue 226

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

Shades of Medium Orchid #B75EE2

Tints of Medium Orchid #B75EE2

RGB

 RED value IS 183 (71.88% from 255) = 36.38%

 GREEN value IS 94 (37.11% from 255) = 18.69%

 BLUE value IS 226 (88.67% from 255) = 44.93%

R = 36.38%
G = 18.69%
B = 44.93%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B75EE2 (or 0xB75EE2) is known color: Medium Orchid. HEX triplet: B7, 5E and E2. RGB value is (183,94,226). Sum of RGB (Red+Green+Blue) = 183+94+226=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #B75EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EE2 is #48A11D. Grayscale: #878787. Windows color (decimal): -4759838 or 14835383. OLE color: 14835383.

HSL color Cylindrical-coordinate representation of color #B75EE2: hue angle of 280.45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B75EE2 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 94 226 -
CMYK 0.19 0.58 0 0.11
HSL 280.45º 0.69% 0.63% -
HSV(B) 280.45º 0.58% 0.89% -
XYZ 37.26 23.56 74.54 -
YUV 135.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 183 94 226 0.19 0.58 0 0.11 280.45 0.69 0.63
Hex B7 5E E2 13 3A 0 B 118 45 3F
Octal 267 136 342 23 72 0 13 430 105 77
Binary 10110111 1011110 11100010 10011 111010 0 1011 100011000 1000101 111111

Color Harmonies of #B75EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75EE2

Black with #B75EE2

Text Example


Text Example

White with #B75EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75EE2; }

 p { color: rgb(183,94,226); }

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

background-color css

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

 a { background-color: rgb(183,94,226); }

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

border-color css

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

 span { border-color: rgb(183,94,226); }

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