Html Css Color HEX #B757EA Medium Orchid

📋 copy color: '#B757EA'

red 183 ◦ green 87 ◦ blue 234

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

Shades of Medium Orchid #B757EA

Tints of Medium Orchid #B757EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.26%

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 36.31%
G = 17.26%
B = 46.43%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B757EA (or 0xB757EA) is known color: Medium Orchid. HEX triplet: B7, 57 and EA. RGB value is (183,87,234). Sum of RGB (Red+Green+Blue) = 183+87+234=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #B757EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B757EA is #48A815. Grayscale: #838383. Windows color (decimal): -4761622 or 15357879. OLE color: 15357879.

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

Color convert

RGB 183 87 234 -
CMYK 0.22 0.63 0 0.08
HSL 279.18º 0.78% 0.63% -
HSV(B) 279.18º 0.63% 0.92% -
XYZ 37.79 22.82 80.26 -
YUV 132.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 183 87 234 0.22 0.63 0 0.08 279.18 0.78 0.63
Hex B7 57 EA 16 3F 0 8 117 4E 3F
Octal 267 127 352 26 77 0 10 427 116 77
Binary 10110111 1010111 11101010 10110 111111 0 1000 100010111 1001110 111111

Color Harmonies of #B757EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B757EA

Black with #B757EA

Text Example


Text Example

White with #B757EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B757EA; }

 p { color: rgb(183,87,234); }

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

background-color css

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

 a { background-color: rgb(183,87,234); }

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

border-color css

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

 span { border-color: rgb(183,87,234); }

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