Html Css Color HEX #B03CEA Medium Orchid

📋 copy color: '#B03CEA'

red 176 ◦ green 60 ◦ blue 234

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

Shades of Medium Orchid #B03CEA

Tints of Medium Orchid #B03CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.77%

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

R = 37.45%
G = 12.77%
B = 49.79%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B03CEA (or 0xB03CEA) is known color: Medium Orchid. HEX triplet: B0, 3C and EA. RGB value is (176,60,234). Sum of RGB (Red+Green+Blue) = 176+60+234=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #B03CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CEA is #4FC315. Grayscale: #717171. Windows color (decimal): -5227286 or 15350960. OLE color: 15350960.

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

Color convert

RGB 176 60 234 -
CMYK 0.25 0.74 0 0.08
HSL 280º 0.81% 0.58% -
HSV(B) 280º 0.74% 0.92% -
XYZ 34.37 18.4 79.58 -
YUV 114.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 176 60 234 0.25 0.74 0 0.08 280 0.81 0.58
Hex B0 3C EA 19 4A 0 8 118 51 3A
Octal 260 74 352 31 112 0 10 430 121 72
Binary 10110000 111100 11101010 11001 1001010 0 1000 100011000 1010001 111010

Color Harmonies of #B03CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CEA

Black with #B03CEA

Text Example


Text Example

White with #B03CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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