Html Css Color HEX #B657DD Medium Orchid

📋 copy color: '#B657DD'

red 182 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #B657DD

Tints of Medium Orchid #B657DD

RGB

 RED value IS 182 (71.48% from 255) = 37.14%

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

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

R = 37.14%
G = 17.76%
B = 45.1%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B657DD (or 0xB657DD) is known color: Medium Orchid. HEX triplet: B6, 57 and DD. RGB value is (182,87,221). Sum of RGB (Red+Green+Blue) = 182+87+221=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 87 (34.38% from 255 or 17.76% 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 #B657DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B657DD is #49A822. Grayscale: #828282. Windows color (decimal): -4827171 or 14505910. OLE color: 14505910.

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

Color convert

RGB 182 87 221 -
CMYK 0.18 0.61 0 0.13
HSL 282.54º 0.66% 0.6% -
HSV(B) 282.54º 0.61% 0.87% -
XYZ 35.75 21.98 70.77 -
YUV 130.68 178.97 164.6 -
System Red Green Blue C M Y K H S L
Decimal 182 87 221 0.18 0.61 0 0.13 282.54 0.66 0.6
Hex B6 57 DD 12 3D 0 D 11B 42 3C
Octal 266 127 335 22 75 0 15 433 102 74
Binary 10110110 1010111 11011101 10010 111101 0 1101 100011011 1000010 111100

Color Harmonies of #B657DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B657DD

Black with #B657DD

Text Example


Text Example

White with #B657DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B657DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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