Html Css Color HEX #B455DC Medium Orchid

📋 copy color: '#B455DC'

red 180 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #B455DC

Tints of Medium Orchid #B455DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 37.11%
G = 17.53%
B = 45.36%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B455DC (or 0xB455DC) is known color: Medium Orchid. HEX triplet: B4, 55 and DC. RGB value is (180,85,220). Sum of RGB (Red+Green+Blue) = 180+85+220=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #B455DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455DC is #4BAA23. Grayscale: #808080. Windows color (decimal): -4958756 or 14439860. OLE color: 14439860.

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

Color convert

RGB 180 85 220 -
CMYK 0.18 0.61 0 0.14
HSL 282.22º 0.66% 0.6% -
HSV(B) 282.22º 0.61% 0.86% -
XYZ 34.99 21.37 69.99 -
YUV 128.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 180 85 220 0.18 0.61 0 0.14 282.22 0.66 0.6
Hex B4 55 DC 12 3D 0 E 11A 42 3C
Octal 264 125 334 22 75 0 16 432 102 74
Binary 10110100 1010101 11011100 10010 111101 0 1110 100011010 1000010 111100

Color Harmonies of #B455DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455DC

Black with #B455DC

Text Example


Text Example

White with #B455DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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