Html Css Color HEX #B33DDB Medium Orchid

📋 copy color: '#B33DDB'

red 179 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #B33DDB

Tints of Medium Orchid #B33DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.29%

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

R = 39%
G = 13.29%
B = 47.71%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B33DDB (or 0xB33DDB) is known color: Medium Orchid. HEX triplet: B3, 3D and DB. RGB value is (179,61,219). Sum of RGB (Red+Green+Blue) = 179+61+219=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B33DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DDB is #4CC224. Grayscale: #717171. Windows color (decimal): -5030437 or 14368179. OLE color: 14368179.

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

Color convert

RGB 179 61 219 -
CMYK 0.18 0.72 0 0.14
HSL 284.81º 0.69% 0.55% -
HSV(B) 284.81º 0.72% 0.86% -
XYZ 33.05 18.04 68.76 -
YUV 114.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 179 61 219 0.18 0.72 0 0.14 284.81 0.69 0.55
Hex B3 3D DB 12 48 0 E 11D 45 37
Octal 263 75 333 22 110 0 16 435 105 67
Binary 10110011 111101 11011011 10010 1001000 0 1110 100011101 1000101 110111

Color Harmonies of #B33DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DDB

Black with #B33DDB

Text Example


Text Example

White with #B33DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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