Html Css Color HEX #B03CEB Medium Orchid

📋 copy color: '#B03CEB'

red 176 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #B03CEB

Tints of Medium Orchid #B03CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 37.37%
G = 12.74%
B = 49.89%

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

#B03CEB (or 0xB03CEB) is known color: Medium Orchid. HEX triplet: B0, 3C and EB. RGB value is (176,60,235). Sum of RGB (Red+Green+Blue) = 176+60+235=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #B03CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B03CEB is #4FC314. Grayscale: #727272. Windows color (decimal): -5227285 or 15416496. OLE color: 15416496.

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

Color convert

RGB 176 60 235 -
CMYK 0.25 0.74 0 0.08
HSL 279.77º 0.81% 0.58% -
HSV(B) 279.77º 0.74% 0.92% -
XYZ 34.52 18.46 80.34 -
YUV 114.63 195.93 171.77 -
System Red Green Blue C M Y K H S L
Decimal 176 60 235 0.25 0.74 0 0.08 279.77 0.81 0.58
Hex B0 3C EB 19 4A 0 8 118 51 3A
Octal 260 74 353 31 112 0 10 430 121 72
Binary 10110000 111100 11101011 11001 1001010 0 1000 100011000 1010001 111010

Color Harmonies of #B03CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CEB

Black with #B03CEB

Text Example


Text Example

White with #B03CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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