Html Css Color HEX #B05BDA Medium Orchid

📋 copy color: '#B05BDA'

red 176 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #B05BDA

Tints of Medium Orchid #B05BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.76%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 36.29%
G = 18.76%
B = 44.95%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B05BDA (or 0xB05BDA) is known color: Medium Orchid. HEX triplet: B0, 5B and DA. RGB value is (176,91,218). Sum of RGB (Red+Green+Blue) = 176+91+218=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #B05BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BDA is #4FA425. Grayscale: #828282. Windows color (decimal): -5219366 or 14310320. OLE color: 14310320.

HSL color Cylindrical-coordinate representation of color #B05BDA: hue angle of 280.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B05BDA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 91 218 -
CMYK 0.19 0.58 0 0.15
HSL 280.16º 0.63% 0.61% -
HSV(B) 280.16º 0.58% 0.85% -
XYZ 34.3 21.77 68.72 -
YUV 130.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 176 91 218 0.19 0.58 0 0.15 280.16 0.63 0.61
Hex B0 5B DA 13 3A 0 F 118 3F 3D
Octal 260 133 332 23 72 0 17 430 77 75
Binary 10110000 1011011 11011010 10011 111010 0 1111 100011000 111111 111101

Color Harmonies of #B05BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BDA

Black with #B05BDA

Text Example


Text Example

White with #B05BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BDA; }

 p { color: rgb(176,91,218); }

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

background-color css

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

 a { background-color: rgb(176,91,218); }

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

border-color css

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

 span { border-color: rgb(176,91,218); }

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