Html Css Color HEX #B757DD Medium Orchid

📋 copy color: '#B757DD'

red 183 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #B757DD

Tints of Medium Orchid #B757DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 37.27%
G = 17.72%
B = 45.01%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B757DD (or 0xB757DD) is known color: Medium Orchid. HEX triplet: B7, 57 and DD. RGB value is (183,87,221). Sum of RGB (Red+Green+Blue) = 183+87+221=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #B757DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757DD is #48A822. Grayscale: #828282. Windows color (decimal): -4761635 or 14505911. OLE color: 14505911.

HSL color Cylindrical-coordinate representation of color #B757DD: hue angle of 282.99º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B757DD is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 87 221 -
CMYK 0.17 0.61 0 0.13
HSL 282.99º 0.66% 0.6% -
HSV(B) 282.99º 0.61% 0.87% -
XYZ 35.99 22.1 70.78 -
YUV 130.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 183 87 221 0.17 0.61 0 0.13 282.99 0.66 0.6
Hex B7 57 DD 11 3D 0 D 11B 42 3C
Octal 267 127 335 21 75 0 15 433 102 74
Binary 10110111 1010111 11011101 10001 111101 0 1101 100011011 1000010 111100

Color Harmonies of #B757DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B757DD

Black with #B757DD

Text Example


Text Example

White with #B757DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B757DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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