Html Css Color HEX #B455D9 Medium Orchid

📋 copy color: '#B455D9'

red 180 ◦ green 85 ◦ blue 217

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

Shades of Medium Orchid #B455D9

Tints of Medium Orchid #B455D9

RGB

 RED value IS 180 (70.7% from 255) = 37.34%

 GREEN value IS 85 (33.59% from 255) = 17.63%

 BLUE value IS 217 (85.16% from 255) = 45.02%

R = 37.34%
G = 17.63%
B = 45.02%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B455D9 (or 0xB455D9) is known color: Medium Orchid. HEX triplet: B4, 55 and D9. RGB value is (180,85,217). Sum of RGB (Red+Green+Blue) = 180+85+217=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #B455D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455D9 is #4BAA26. Grayscale: #808080. Windows color (decimal): -4958759 or 14243252. OLE color: 14243252.

HSL color Cylindrical-coordinate representation of color #B455D9: hue angle of 283.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B455D9 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 85 217 -
CMYK 0.17 0.61 0 0.15
HSL 283.18º 0.63% 0.59% -
HSV(B) 283.18º 0.61% 0.85% -
XYZ 34.6 21.21 67.92 -
YUV 128.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 180 85 217 0.17 0.61 0 0.15 283.18 0.63 0.59
Hex B4 55 D9 11 3D 0 F 11B 3F 3B
Octal 264 125 331 21 75 0 17 433 77 73
Binary 10110100 1010101 11011001 10001 111101 0 1111 100011011 111111 111011

Color Harmonies of #B455D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455D9

Black with #B455D9

Text Example


Text Example

White with #B455D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455D9; }

 p { color: rgb(180,85,217); }

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

background-color css

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

 a { background-color: rgb(180,85,217); }

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

border-color css

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

 span { border-color: rgb(180,85,217); }

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