Html Css Color HEX #B455DB Medium Orchid

📋 copy color: '#B455DB'

red 180 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #B455DB

Tints of Medium Orchid #B455DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 37.19%
G = 17.56%
B = 45.25%

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

#B455DB (or 0xB455DB) is known color: Medium Orchid. HEX triplet: B4, 55 and DB. RGB value is (180,85,219). Sum of RGB (Red+Green+Blue) = 180+85+219=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B455DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455DB is #4BAA24. Grayscale: #808080. Windows color (decimal): -4958757 or 14374324. OLE color: 14374324.

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

Color convert

RGB 180 85 219 -
CMYK 0.18 0.61 0 0.14
HSL 282.54º 0.65% 0.6% -
HSV(B) 282.54º 0.61% 0.86% -
XYZ 34.86 21.31 69.29 -
YUV 128.68 178.97 164.6 -
System Red Green Blue C M Y K H S L
Decimal 180 85 219 0.18 0.61 0 0.14 282.54 0.65 0.6
Hex B4 55 DB 12 3D 0 E 11B 41 3C
Octal 264 125 333 22 75 0 16 433 101 74
Binary 10110100 1010101 11011011 10010 111101 0 1110 100011011 1000001 111100

Color Harmonies of #B455DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455DB

Black with #B455DB

Text Example


Text Example

White with #B455DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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