Html Css Color HEX #B05EDA Medium Orchid

📋 copy color: '#B05EDA'

red 176 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #B05EDA

Tints of Medium Orchid #B05EDA

RGB

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

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

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

R = 36.07%
G = 19.26%
B = 44.67%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B05EDA (or 0xB05EDA) is known color: Medium Orchid. HEX triplet: B0, 5E and DA. RGB value is (176,94,218). Sum of RGB (Red+Green+Blue) = 176+94+218=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #B05EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EDA is #4FA125. Grayscale: #848484. Windows color (decimal): -5218598 or 14311088. OLE color: 14311088.

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

Color convert

RGB 176 94 218 -
CMYK 0.19 0.57 0 0.15
HSL 279.68º 0.63% 0.61% -
HSV(B) 279.68º 0.57% 0.85% -
XYZ 34.56 22.3 68.81 -
YUV 132.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 176 94 218 0.19 0.57 0 0.15 279.68 0.63 0.61
Hex B0 5E DA 13 39 0 F 118 3F 3D
Octal 260 136 332 23 71 0 17 430 77 75
Binary 10110000 1011110 11011010 10011 111001 0 1111 100011000 111111 111101

Color Harmonies of #B05EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05EDA

Black with #B05EDA

Text Example


Text Example

White with #B05EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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