Html Css Color HEX #B757D0 Medium Orchid

📋 copy color: '#B757D0'

red 183 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #B757D0

Tints of Medium Orchid #B757D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 38.28%
G = 18.2%
B = 43.51%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B757D0 (or 0xB757D0) is known color: Medium Orchid. HEX triplet: B7, 57 and D0. RGB value is (183,87,208). Sum of RGB (Red+Green+Blue) = 183+87+208=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #B757D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757D0 is #48A82F. Grayscale: #818181. Windows color (decimal): -4761648 or 13653943. OLE color: 13653943.

HSL color Cylindrical-coordinate representation of color #B757D0: hue angle of 287.6º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B757D0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 87 208 -
CMYK 0.12 0.58 0 0.18
HSL 287.6º 0.56% 0.58% -
HSV(B) 287.6º 0.58% 0.82% -
XYZ 34.32 21.44 62 -
YUV 129.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 183 87 208 0.12 0.58 0 0.18 287.6 0.56 0.58
Hex B7 57 D0 C 3A 0 12 120 38 3A
Octal 267 127 320 14 72 0 22 440 70 72
Binary 10110111 1010111 11010000 1100 111010 0 10010 100100000 111000 111010

Color Harmonies of #B757D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B757D0

Black with #B757D0

Text Example


Text Example

White with #B757D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B757D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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