Html Css Color HEX #B055DB Medium Orchid

📋 copy color: '#B055DB'

red 176 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #B055DB

Tints of Medium Orchid #B055DB

RGB

 RED value IS 176 (69.14% from 255) = 36.67%

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

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

R = 36.67%
G = 17.71%
B = 45.63%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B055DB (or 0xB055DB) is known color: Medium Orchid. HEX triplet: B0, 55 and DB. RGB value is (176,85,219). Sum of RGB (Red+Green+Blue) = 176+85+219=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #B055DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B055DB is #4FAA24. Grayscale: #7F7F7F. Windows color (decimal): -5220901 or 14374320. OLE color: 14374320.

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

Color convert

RGB 176 85 219 -
CMYK 0.20 0.61 0 0.14
HSL 280.75º 0.65% 0.6% -
HSV(B) 280.75º 0.61% 0.86% -
XYZ 33.94 20.84 69.25 -
YUV 127.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 176 85 219 0.20 0.61 0 0.14 280.75 0.65 0.6
Hex B0 55 DB 14 3D 0 E 119 41 3C
Octal 260 125 333 24 75 0 16 431 101 74
Binary 10110000 1010101 11011011 10100 111101 0 1110 100011001 1000001 111100

Color Harmonies of #B055DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B055DB

Black with #B055DB

Text Example


Text Example

White with #B055DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B055DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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