Html Css Color HEX #B757CE Medium Orchid

📋 copy color: '#B757CE'

red 183 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #B757CE

Tints of Medium Orchid #B757CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 38.45%
G = 18.28%
B = 43.28%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B757CE (or 0xB757CE) is known color: Medium Orchid. HEX triplet: B7, 57 and CE. RGB value is (183,87,206). Sum of RGB (Red+Green+Blue) = 183+87+206=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #B757CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757CE is #48A831. Grayscale: #808080. Windows color (decimal): -4761650 or 13522871. OLE color: 13522871.

HSL color Cylindrical-coordinate representation of color #B757CE: hue angle of 288.4º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B757CE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 87 206 -
CMYK 0.11 0.58 0 0.19
HSL 288.4º 0.55% 0.57% -
HSV(B) 288.4º 0.58% 0.81% -
XYZ 34.08 21.34 60.72 -
YUV 129.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 183 87 206 0.11 0.58 0 0.19 288.4 0.55 0.57
Hex B7 57 CE B 3A 0 13 120 37 39
Octal 267 127 316 13 72 0 23 440 67 71
Binary 10110111 1010111 11001110 1011 111010 0 10011 100100000 110111 111001

Color Harmonies of #B757CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B757CE

Black with #B757CE

Text Example


Text Example

White with #B757CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B757CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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