Html Css Color HEX #B05EDF Medium Orchid

📋 copy color: '#B05EDF'

red 176 ◦ green 94 ◦ blue 223

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

Shades of Medium Orchid #B05EDF

Tints of Medium Orchid #B05EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 35.7%
G = 19.07%
B = 45.23%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B05EDF (or 0xB05EDF) is known color: Medium Orchid. HEX triplet: B0, 5E and DF. RGB value is (176,94,223). Sum of RGB (Red+Green+Blue) = 176+94+223=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #B05EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EDF is #4FA120. Grayscale: #848484. Windows color (decimal): -5218593 or 14638768. OLE color: 14638768.

HSL color Cylindrical-coordinate representation of color #B05EDF: hue angle of 278.14º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B05EDF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 94 223 -
CMYK 0.21 0.58 0 0.13
HSL 278.14º 0.67% 0.62% -
HSV(B) 278.14º 0.58% 0.87% -
XYZ 35.23 22.56 72.31 -
YUV 133.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 176 94 223 0.21 0.58 0 0.13 278.14 0.67 0.62
Hex B0 5E DF 15 3A 0 D 116 43 3E
Octal 260 136 337 25 72 0 15 426 103 76
Binary 10110000 1011110 11011111 10101 111010 0 1101 100010110 1000011 111110

Color Harmonies of #B05EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EDF

Black with #B05EDF

Text Example


Text Example

White with #B05EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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