Html Css Color HEX #B05AE9 Medium Orchid

📋 copy color: '#B05AE9'

red 176 ◦ green 90 ◦ blue 233

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

Shades of Medium Orchid #B05AE9

Tints of Medium Orchid #B05AE9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.04%

 BLUE value IS 233 (91.41% from 255) = 46.69%

R = 35.27%
G = 18.04%
B = 46.69%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B05AE9 (or 0xB05AE9) is known color: Medium Orchid. HEX triplet: B0, 5A and E9. RGB value is (176,90,233). Sum of RGB (Red+Green+Blue) = 176+90+233=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #B05AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AE9 is #4FA516. Grayscale: #838383. Windows color (decimal): -5219607 or 15293104. OLE color: 15293104.

HSL color Cylindrical-coordinate representation of color #B05AE9: hue angle of 276.08º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05AE9 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 90 233 -
CMYK 0.24 0.61 0 0.09
HSL 276.08º 0.76% 0.63% -
HSV(B) 276.08º 0.61% 0.91% -
XYZ 36.27 22.43 79.51 -
YUV 132.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 176 90 233 0.24 0.61 0 0.09 276.08 0.76 0.63
Hex B0 5A E9 18 3D 0 9 114 4C 3F
Octal 260 132 351 30 75 0 11 424 114 77
Binary 10110000 1011010 11101001 11000 111101 0 1001 100010100 1001100 111111

Color Harmonies of #B05AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AE9

Black with #B05AE9

Text Example


Text Example

White with #B05AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AE9; }

 p { color: rgb(176,90,233); }

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

background-color css

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

 a { background-color: rgb(176,90,233); }

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

border-color css

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

 span { border-color: rgb(176,90,233); }

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