Html Css Color HEX #B757E1 Medium Orchid

📋 copy color: '#B757E1'

red 183 ◦ green 87 ◦ blue 225

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

Shades of Medium Orchid #B757E1

Tints of Medium Orchid #B757E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 36.97%
G = 17.58%
B = 45.45%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B757E1 (or 0xB757E1) is known color: Medium Orchid. HEX triplet: B7, 57 and E1. RGB value is (183,87,225). Sum of RGB (Red+Green+Blue) = 183+87+225=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #B757E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757E1 is #48A81E. Grayscale: #828282. Windows color (decimal): -4761631 or 14768055. OLE color: 14768055.

HSL color Cylindrical-coordinate representation of color #B757E1: hue angle of 281.74º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B757E1 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 87 225 -
CMYK 0.19 0.61 0 0.12
HSL 281.74º 0.7% 0.61% -
HSV(B) 281.74º 0.61% 0.88% -
XYZ 36.53 22.32 73.62 -
YUV 131.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 183 87 225 0.19 0.61 0 0.12 281.74 0.7 0.61
Hex B7 57 E1 13 3D 0 C 11A 46 3D
Octal 267 127 341 23 75 0 14 432 106 75
Binary 10110111 1010111 11100001 10011 111101 0 1100 100011010 1000110 111101

Color Harmonies of #B757E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B757E1

Black with #B757E1

Text Example


Text Example

White with #B757E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B757E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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