Html Css Color HEX #B05BDB Medium Orchid

📋 copy color: '#B05BDB'

red 176 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #B05BDB

Tints of Medium Orchid #B05BDB

RGB

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

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

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

R = 36.21%
G = 18.72%
B = 45.06%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B05BDB (or 0xB05BDB) is known color: Medium Orchid. HEX triplet: B0, 5B and DB. RGB value is (176,91,219). Sum of RGB (Red+Green+Blue) = 176+91+219=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #B05BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BDB is #4FA424. Grayscale: #828282. Windows color (decimal): -5219365 or 14375856. OLE color: 14375856.

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

Color convert

RGB 176 91 219 -
CMYK 0.20 0.58 0 0.14
HSL 279.84º 0.64% 0.61% -
HSV(B) 279.84º 0.58% 0.86% -
XYZ 34.43 21.83 69.42 -
YUV 131.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 176 91 219 0.20 0.58 0 0.14 279.84 0.64 0.61
Hex B0 5B DB 14 3A 0 E 118 40 3D
Octal 260 133 333 24 72 0 16 430 100 75
Binary 10110000 1011011 11011011 10100 111010 0 1110 100011000 1000000 111101

Color Harmonies of #B05BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BDB

Black with #B05BDB

Text Example


Text Example

White with #B05BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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