Html Css Color HEX #B75EED Medium Orchid

📋 copy color: '#B75EED'

red 183 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #B75EED

Tints of Medium Orchid #B75EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 35.6%
G = 18.29%
B = 46.11%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B75EED (or 0xB75EED) is known color: Medium Orchid. HEX triplet: B7, 5E and ED. RGB value is (183,94,237). Sum of RGB (Red+Green+Blue) = 183+94+237=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #B75EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75EED is #48A112. Grayscale: #888888. Windows color (decimal): -4759827 or 15556279. OLE color: 15556279.

HSL color Cylindrical-coordinate representation of color #B75EED: hue angle of 277.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B75EED is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 94 237 -
CMYK 0.23 0.60 0 0.07
HSL 277.34º 0.8% 0.65% -
HSV(B) 277.34º 0.6% 0.93% -
XYZ 38.82 24.19 82.74 -
YUV 136.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 183 94 237 0.23 0.60 0 0.07 277.34 0.8 0.65
Hex B7 5E ED 17 3C 0 7 115 50 41
Octal 267 136 355 27 74 0 7 425 120 101
Binary 10110111 1011110 11101101 10111 111100 0 111 100010101 1010000 1000001

Color Harmonies of #B75EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75EED

Black with #B75EED

Text Example


Text Example

White with #B75EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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