Html Css Color HEX #B75EEF Medium Orchid

📋 copy color: '#B75EEF'

red 183 ◦ green 94 ◦ blue 239

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

Shades of Medium Orchid #B75EEF

Tints of Medium Orchid #B75EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 35.47%
G = 18.22%
B = 46.32%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B75EEF (or 0xB75EEF) is known color: Medium Orchid. HEX triplet: B7, 5E and EF. RGB value is (183,94,239). Sum of RGB (Red+Green+Blue) = 183+94+239=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #B75EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75EEF is #48A110. Grayscale: #888888. Windows color (decimal): -4759825 or 15687351. OLE color: 15687351.

HSL color Cylindrical-coordinate representation of color #B75EEF: hue angle of 276.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B75EEF is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 94 239 -
CMYK 0.23 0.61 0 0.06
HSL 276.83º 0.82% 0.65% -
HSV(B) 276.83º 0.61% 0.94% -
XYZ 39.11 24.3 84.29 -
YUV 137.14 185.49 160.71 -
System Red Green Blue C M Y K H S L
Decimal 183 94 239 0.23 0.61 0 0.06 276.83 0.82 0.65
Hex B7 5E EF 17 3D 0 6 115 52 41
Octal 267 136 357 27 75 0 6 425 122 101
Binary 10110111 1011110 11101111 10111 111101 0 110 100010101 1010010 1000001

Color Harmonies of #B75EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75EEF

Black with #B75EEF

Text Example


Text Example

White with #B75EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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