Html Css Color HEX #B756DD Medium Orchid

📋 copy color: '#B756DD'

red 183 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #B756DD

Tints of Medium Orchid #B756DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.55%

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

R = 37.35%
G = 17.55%
B = 45.1%

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

#B756DD (or 0xB756DD) is known color: Medium Orchid. HEX triplet: B7, 56 and DD. RGB value is (183,86,221). Sum of RGB (Red+Green+Blue) = 183+86+221=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #B756DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756DD is #48A922. Grayscale: #818181. Windows color (decimal): -4761891 or 14505655. OLE color: 14505655.

HSL color Cylindrical-coordinate representation of color #B756DD: hue angle of 283.11º degrees, saturation: 0.67, 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 #B756DD is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 86 221 -
CMYK 0.17 0.61 0 0.13
HSL 283.11º 0.67% 0.6% -
HSV(B) 283.11º 0.61% 0.87% -
XYZ 35.91 21.94 70.75 -
YUV 130.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 183 86 221 0.17 0.61 0 0.13 283.11 0.67 0.6
Hex B7 56 DD 11 3D 0 D 11B 43 3C
Octal 267 126 335 21 75 0 15 433 103 74
Binary 10110111 1010110 11011101 10001 111101 0 1101 100011011 1000011 111100

Color Harmonies of #B756DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B756DD

Black with #B756DD

Text Example


Text Example

White with #B756DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B756DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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