Html Css Color HEX #B455DD Medium Orchid

📋 copy color: '#B455DD'

red 180 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #B455DD

Tints of Medium Orchid #B455DD

RGB

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

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

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

R = 37.04%
G = 17.49%
B = 45.47%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B455DD (or 0xB455DD) is known color: Medium Orchid. HEX triplet: B4, 55 and DD. RGB value is (180,85,221). Sum of RGB (Red+Green+Blue) = 180+85+221=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #B455DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455DD is #4BAA22. Grayscale: #808080. Windows color (decimal): -4958755 or 14505396. OLE color: 14505396.

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

Color convert

RGB 180 85 221 -
CMYK 0.19 0.62 0 0.13
HSL 281.91º 0.67% 0.6% -
HSV(B) 281.91º 0.62% 0.87% -
XYZ 35.12 21.42 70.69 -
YUV 128.91 179.97 164.44 -
System Red Green Blue C M Y K H S L
Decimal 180 85 221 0.19 0.62 0 0.13 281.91 0.67 0.6
Hex B4 55 DD 13 3E 0 D 11A 43 3C
Octal 264 125 335 23 76 0 15 432 103 74
Binary 10110100 1010101 11011101 10011 111110 0 1101 100011010 1000011 111100

Color Harmonies of #B455DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455DD

Black with #B455DD

Text Example


Text Example

White with #B455DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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