Html Css Color HEX #B05ADD Medium Orchid

📋 copy color: '#B05ADD'

red 176 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #B05ADD

Tints of Medium Orchid #B05ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.48%

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

R = 36.14%
G = 18.48%
B = 45.38%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B05ADD (or 0xB05ADD) is known color: Medium Orchid. HEX triplet: B0, 5A and DD. RGB value is (176,90,221). Sum of RGB (Red+Green+Blue) = 176+90+221=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #B05ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ADD is #4FA522. Grayscale: #828282. Windows color (decimal): -5219619 or 14506672. OLE color: 14506672.

HSL color Cylindrical-coordinate representation of color #B05ADD: hue angle of 279.39º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05ADD is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 90 221 -
CMYK 0.20 0.59 0 0.13
HSL 279.39º 0.66% 0.61% -
HSV(B) 279.39º 0.59% 0.87% -
XYZ 34.61 21.76 70.78 -
YUV 130.65 178.99 160.35 -
System Red Green Blue C M Y K H S L
Decimal 176 90 221 0.20 0.59 0 0.13 279.39 0.66 0.61
Hex B0 5A DD 14 3B 0 D 117 42 3D
Octal 260 132 335 24 73 0 15 427 102 75
Binary 10110000 1011010 11011101 10100 111011 0 1101 100010111 1000010 111101

Color Harmonies of #B05ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05ADD

Black with #B05ADD

Text Example


Text Example

White with #B05ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05ADD; }

 p { color: rgb(176,90,221); }

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

background-color css

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

 a { background-color: rgb(176,90,221); }

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

border-color css

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

 span { border-color: rgb(176,90,221); }

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