Html Css Color HEX #B05CEA Medium Orchid

📋 copy color: '#B05CEA'

red 176 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #B05CEA

Tints of Medium Orchid #B05CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.33%

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

R = 35.06%
G = 18.33%
B = 46.61%

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

#B05CEA (or 0xB05CEA) is known color: Medium Orchid. HEX triplet: B0, 5C and EA. RGB value is (176,92,234). Sum of RGB (Red+Green+Blue) = 176+92+234=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #B05CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CEA is #4FA315. Grayscale: #848484. Windows color (decimal): -5219094 or 15359152. OLE color: 15359152.

HSL color Cylindrical-coordinate representation of color #B05CEA: hue angle of 275.49º 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 #B05CEA is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 92 234 -
CMYK 0.25 0.61 0 0.08
HSL 275.49º 0.77% 0.64% -
HSV(B) 275.49º 0.61% 0.92% -
XYZ 36.58 22.82 80.32 -
YUV 133.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 176 92 234 0.25 0.61 0 0.08 275.49 0.77 0.64
Hex B0 5C EA 19 3D 0 8 113 4D 40
Octal 260 134 352 31 75 0 10 423 115 100
Binary 10110000 1011100 11101010 11001 111101 0 1000 100010011 1001101 1000000

Color Harmonies of #B05CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CEA

Black with #B05CEA

Text Example


Text Example

White with #B05CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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