Html Css Color HEX #B75ECD Medium Orchid

📋 copy color: '#B75ECD'

red 183 ◦ green 94 ◦ blue 205

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

Shades of Medium Orchid #B75ECD

Tints of Medium Orchid #B75ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 37.97%
G = 19.5%
B = 42.53%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B75ECD (or 0xB75ECD) is known color: Medium Orchid. HEX triplet: B7, 5E and CD. RGB value is (183,94,205). Sum of RGB (Red+Green+Blue) = 183+94+205=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #B75ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ECD is #48A132. Grayscale: #848484. Windows color (decimal): -4759859 or 13459127. OLE color: 13459127.

HSL color Cylindrical-coordinate representation of color #B75ECD: hue angle of 288.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75ECD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 94 205 -
CMYK 0.11 0.54 0 0.20
HSL 288.11º 0.53% 0.59% -
HSV(B) 288.11º 0.54% 0.8% -
XYZ 34.55 22.48 60.28 -
YUV 133.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 183 94 205 0.11 0.54 0 0.20 288.11 0.53 0.59
Hex B7 5E CD B 36 0 14 120 35 3B
Octal 267 136 315 13 66 0 24 440 65 73
Binary 10110111 1011110 11001101 1011 110110 0 10100 100100000 110101 111011

Color Harmonies of #B75ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75ECD

Black with #B75ECD

Text Example


Text Example

White with #B75ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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