Html Css Color HEX #B05EDB Medium Orchid

📋 copy color: '#B05EDB'

red 176 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #B05EDB

Tints of Medium Orchid #B05EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.22%

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

R = 35.99%
G = 19.22%
B = 44.79%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B05EDB (or 0xB05EDB) is known color: Medium Orchid. HEX triplet: B0, 5E and DB. RGB value is (176,94,219). Sum of RGB (Red+Green+Blue) = 176+94+219=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #B05EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EDB is #4FA124. Grayscale: #848484. Windows color (decimal): -5218597 or 14376624. OLE color: 14376624.

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

Color convert

RGB 176 94 219 -
CMYK 0.20 0.57 0 0.14
HSL 279.36º 0.63% 0.61% -
HSV(B) 279.36º 0.57% 0.86% -
XYZ 34.69 22.35 69.5 -
YUV 132.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 176 94 219 0.20 0.57 0 0.14 279.36 0.63 0.61
Hex B0 5E DB 14 39 0 E 117 3F 3D
Octal 260 136 333 24 71 0 16 427 77 75
Binary 10110000 1011110 11011011 10100 111001 0 1110 100010111 111111 111101

Color Harmonies of #B05EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EDB

Black with #B05EDB

Text Example


Text Example

White with #B05EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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