Html Css Color HEX #B05DEA Medium Orchid

📋 copy color: '#B05DEA'

red 176 ◦ green 93 ◦ blue 234

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

Shades of Medium Orchid #B05DEA

Tints of Medium Orchid #B05DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

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

R = 34.99%
G = 18.49%
B = 46.52%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B05DEA (or 0xB05DEA) is known color: Medium Orchid. HEX triplet: B0, 5D and EA. RGB value is (176,93,234). Sum of RGB (Red+Green+Blue) = 176+93+234=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #B05DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DEA is #4FA215. Grayscale: #858585. Windows color (decimal): -5218838 or 15359408. OLE color: 15359408.

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

Color convert

RGB 176 93 234 -
CMYK 0.25 0.60 0 0.08
HSL 275.32º 0.77% 0.64% -
HSV(B) 275.32º 0.6% 0.92% -
XYZ 36.67 23 80.35 -
YUV 133.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 176 93 234 0.25 0.60 0 0.08 275.32 0.77 0.64
Hex B0 5D EA 19 3C 0 8 113 4D 40
Octal 260 135 352 31 74 0 10 423 115 100
Binary 10110000 1011101 11101010 11001 111100 0 1000 100010011 1001101 1000000

Color Harmonies of #B05DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DEA

Black with #B05DEA

Text Example


Text Example

White with #B05DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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