Html Css Color HEX #B05ADE Medium Orchid

📋 copy color: '#B05ADE'

red 176 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #B05ADE

Tints of Medium Orchid #B05ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 36.07%
G = 18.44%
B = 45.49%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B05ADE (or 0xB05ADE) is known color: Medium Orchid. HEX triplet: B0, 5A and DE. RGB value is (176,90,222). Sum of RGB (Red+Green+Blue) = 176+90+222=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #B05ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ADE is #4FA521. Grayscale: #828282. Windows color (decimal): -5219618 or 14572208. OLE color: 14572208.

HSL color Cylindrical-coordinate representation of color #B05ADE: hue angle of 279.09º degrees, saturation: 0.67, 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 #B05ADE is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 90 222 -
CMYK 0.21 0.59 0 0.13
HSL 279.09º 0.67% 0.61% -
HSV(B) 279.09º 0.59% 0.87% -
XYZ 34.75 21.82 71.49 -
YUV 130.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 176 90 222 0.21 0.59 0 0.13 279.09 0.67 0.61
Hex B0 5A DE 15 3B 0 D 117 43 3D
Octal 260 132 336 25 73 0 15 427 103 75
Binary 10110000 1011010 11011110 10101 111011 0 1101 100010111 1000011 111101

Color Harmonies of #B05ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05ADE

Black with #B05ADE

Text Example


Text Example

White with #B05ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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