Html Css Color HEX #B05BDC Medium Orchid

📋 copy color: '#B05BDC'

red 176 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #B05BDC

Tints of Medium Orchid #B05BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 36.14%
G = 18.69%
B = 45.17%

CMYK

 C value IS 0.2

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B05BDC (or 0xB05BDC) is known color: Medium Orchid. HEX triplet: B0, 5B and DC. RGB value is (176,91,220). Sum of RGB (Red+Green+Blue) = 176+91+220=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #B05BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BDC is #4FA423. Grayscale: #828282. Windows color (decimal): -5219364 or 14441392. OLE color: 14441392.

HSL color Cylindrical-coordinate representation of color #B05BDC: hue angle of 279.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05BDC is Cyan = 0.2, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 91 220 -
CMYK 0.2 0.59 0 0.14
HSL 279.53º 0.65% 0.61% -
HSV(B) 279.53º 0.59% 0.86% -
XYZ 34.56 21.88 70.11 -
YUV 131.12 178.16 160.01 -
System Red Green Blue C M Y K H S L
Decimal 176 91 220 0.2 0.59 0 0.14 279.53 0.65 0.61
Hex B0 5B DC 14 3B 0 E 118 41 3D
Octal 260 133 334 24 73 0 16 430 101 75
Binary 10110000 1011011 11011100 10100 111011 0 1110 100011000 1000001 111101

Color Harmonies of #B05BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BDC

Black with #B05BDC

Text Example


Text Example

White with #B05BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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