Html Css Color HEX #B05BEA Medium Orchid

📋 copy color: '#B05BEA'

red 176 ◦ green 91 ◦ blue 234

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

Shades of Medium Orchid #B05BEA

Tints of Medium Orchid #B05BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 35.13%
G = 18.16%
B = 46.71%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B05BEA (or 0xB05BEA) is known color: Medium Orchid. HEX triplet: B0, 5B and EA. RGB value is (176,91,234). Sum of RGB (Red+Green+Blue) = 176+91+234=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #B05BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BEA is #4FA415. Grayscale: #848484. Windows color (decimal): -5219350 or 15358896. OLE color: 15358896.

HSL color Cylindrical-coordinate representation of color #B05BEA: hue angle of 275.66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05BEA is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 91 234 -
CMYK 0.25 0.61 0 0.08
HSL 275.66º 0.77% 0.64% -
HSV(B) 275.66º 0.61% 0.92% -
XYZ 36.5 22.65 80.29 -
YUV 132.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 176 91 234 0.25 0.61 0 0.08 275.66 0.77 0.64
Hex B0 5B EA 19 3D 0 8 114 4D 40
Octal 260 133 352 31 75 0 10 424 115 100
Binary 10110000 1011011 11101010 11001 111101 0 1000 100010100 1001101 1000000

Color Harmonies of #B05BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BEA

Black with #B05BEA

Text Example


Text Example

White with #B05BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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