Html Css Color HEX #B33ADC Medium Orchid

📋 copy color: '#B33ADC'

red 179 ◦ green 58 ◦ blue 220

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

Shades of Medium Orchid #B33ADC

Tints of Medium Orchid #B33ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 39.17%
G = 12.69%
B = 48.14%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B33ADC (or 0xB33ADC) is known color: Medium Orchid. HEX triplet: B3, 3A and DC. RGB value is (179,58,220). Sum of RGB (Red+Green+Blue) = 179+58+220=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #B33ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ADC is #4CC523. Grayscale: #707070. Windows color (decimal): -5031204 or 14432947. OLE color: 14432947.

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

Color convert

RGB 179 58 220 -
CMYK 0.19 0.74 0 0.14
HSL 284.81º 0.7% 0.55% -
HSV(B) 284.81º 0.74% 0.86% -
XYZ 33.02 17.78 69.4 -
YUV 112.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 179 58 220 0.19 0.74 0 0.14 284.81 0.7 0.55
Hex B3 3A DC 13 4A 0 E 11D 46 37
Octal 263 72 334 23 112 0 16 435 106 67
Binary 10110011 111010 11011100 10011 1001010 0 1110 100011101 1000110 110111

Color Harmonies of #B33ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33ADC

Black with #B33ADC

Text Example


Text Example

White with #B33ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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