Html Css Color HEX #B75EC8 Medium Orchid

📋 copy color: '#B75EC8'

red 183 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #B75EC8

Tints of Medium Orchid #B75EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.93%

R = 38.36%
G = 19.71%
B = 41.93%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B75EC8 (or 0xB75EC8) is known color: Medium Orchid. HEX triplet: B7, 5E and C8. RGB value is (183,94,200). Sum of RGB (Red+Green+Blue) = 183+94+200=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #B75EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EC8 is #48A137. Grayscale: #848484. Windows color (decimal): -4759864 or 13131447. OLE color: 13131447.

HSL color Cylindrical-coordinate representation of color #B75EC8: hue angle of 290.38º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75EC8 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 94 200 -
CMYK 0.08 0.53 0 0.22
HSL 290.38º 0.49% 0.58% -
HSV(B) 290.38º 0.53% 0.78% -
XYZ 33.96 22.24 57.15 -
YUV 132.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 183 94 200 0.08 0.53 0 0.22 290.38 0.49 0.58
Hex B7 5E C8 8 35 0 16 122 31 3A
Octal 267 136 310 10 65 0 26 442 61 72
Binary 10110111 1011110 11001000 1000 110101 0 10110 100100010 110001 111010

Color Harmonies of #B75EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75EC8

Black with #B75EC8

Text Example


Text Example

White with #B75EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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