Html Css Color HEX #B758E8 Medium Orchid

📋 copy color: '#B758E8'

red 183 ◦ green 88 ◦ blue 232

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

Shades of Medium Orchid #B758E8

Tints of Medium Orchid #B758E8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.5%

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 36.38%
G = 17.5%
B = 46.12%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B758E8 (or 0xB758E8) is known color: Medium Orchid. HEX triplet: B7, 58 and E8. RGB value is (183,88,232). Sum of RGB (Red+Green+Blue) = 183+88+232=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #B758E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758E8 is #48A717. Grayscale: #848484. Windows color (decimal): -4761368 or 15227063. OLE color: 15227063.

HSL color Cylindrical-coordinate representation of color #B758E8: hue angle of 279.58º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B758E8 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 88 232 -
CMYK 0.21 0.62 0 0.09
HSL 279.58º 0.76% 0.63% -
HSV(B) 279.58º 0.62% 0.91% -
XYZ 37.58 22.87 78.78 -
YUV 132.82 183.97 163.79 -
System Red Green Blue C M Y K H S L
Decimal 183 88 232 0.21 0.62 0 0.09 279.58 0.76 0.63
Hex B7 58 E8 15 3E 0 9 118 4C 3F
Octal 267 130 350 25 76 0 11 430 114 77
Binary 10110111 1011000 11101000 10101 111110 0 1001 100011000 1001100 111111

Color Harmonies of #B758E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B758E8

Black with #B758E8

Text Example


Text Example

White with #B758E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B758E8; }

 p { color: rgb(183,88,232); }

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

background-color css

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

 a { background-color: rgb(183,88,232); }

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

border-color css

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

 span { border-color: rgb(183,88,232); }

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