Html Css Color HEX #B33ADB Medium Orchid

📋 copy color: '#B33ADB'

red 179 ◦ green 58 ◦ blue 219

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

Shades of Medium Orchid #B33ADB

Tints of Medium Orchid #B33ADB

RGB

 RED value IS 179 (70.31% from 255) = 39.25%

 GREEN value IS 58 (23.05% from 255) = 12.72%

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 39.25%
G = 12.72%
B = 48.03%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B33ADB (or 0xB33ADB) is known color: Medium Orchid. HEX triplet: B3, 3A and DB. RGB value is (179,58,219). Sum of RGB (Red+Green+Blue) = 179+58+219=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #B33ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ADB is #4CC524. Grayscale: #707070. Windows color (decimal): -5031205 or 14367411. OLE color: 14367411.

HSL color Cylindrical-coordinate representation of color #B33ADB: hue angle of 285.09º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33ADB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 58 219 -
CMYK 0.18 0.74 0 0.14
HSL 285.09º 0.69% 0.54% -
HSV(B) 285.09º 0.74% 0.86% -
XYZ 32.89 17.72 68.71 -
YUV 112.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 179 58 219 0.18 0.74 0 0.14 285.09 0.69 0.54
Hex B3 3A DB 12 4A 0 E 11D 45 36
Octal 263 72 333 22 112 0 16 435 105 66
Binary 10110011 111010 11011011 10010 1001010 0 1110 100011101 1000101 110110

Color Harmonies of #B33ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33ADB

Black with #B33ADB

Text Example


Text Example

White with #B33ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33ADB; }

 p { color: rgb(179,58,219); }

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

background-color css

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

 a { background-color: rgb(179,58,219); }

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

border-color css

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

 span { border-color: rgb(179,58,219); }

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