Html Css Color HEX #B33BDB Medium Orchid

📋 copy color: '#B33BDB'

red 179 ◦ green 59 ◦ blue 219

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

Shades of Medium Orchid #B33BDB

Tints of Medium Orchid #B33BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.91%

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

R = 39.17%
G = 12.91%
B = 47.92%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B33BDB (or 0xB33BDB) is known color: Medium Orchid. HEX triplet: B3, 3B and DB. RGB value is (179,59,219). Sum of RGB (Red+Green+Blue) = 179+59+219=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #B33BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33BDB is #4CC424. Grayscale: #707070. Windows color (decimal): -5030949 or 14367667. OLE color: 14367667.

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

Color convert

RGB 179 59 219 -
CMYK 0.18 0.73 0 0.14
HSL 285º 0.69% 0.55% -
HSV(B) 285º 0.73% 0.86% -
XYZ 32.94 17.83 68.72 -
YUV 113.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 179 59 219 0.18 0.73 0 0.14 285 0.69 0.55
Hex B3 3B DB 12 49 0 E 11D 45 37
Octal 263 73 333 22 111 0 16 435 105 67
Binary 10110011 111011 11011011 10010 1001001 0 1110 100011101 1000101 110111

Color Harmonies of #B33BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BDB

Black with #B33BDB

Text Example


Text Example

White with #B33BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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