Html Css Color HEX #B33FDB Medium Orchid

📋 copy color: '#B33FDB'

red 179 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #B33FDB

Tints of Medium Orchid #B33FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

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

R = 38.83%
G = 13.67%
B = 47.51%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B33FDB (or 0xB33FDB) is known color: Medium Orchid. HEX triplet: B3, 3F and DB. RGB value is (179,63,219). Sum of RGB (Red+Green+Blue) = 179+63+219=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #B33FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FDB is #4CC024. Grayscale: #727272. Windows color (decimal): -5029925 or 14368691. OLE color: 14368691.

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

Color convert

RGB 179 63 219 -
CMYK 0.18 0.71 0 0.14
HSL 284.62º 0.68% 0.55% -
HSV(B) 284.62º 0.71% 0.86% -
XYZ 33.15 18.25 68.79 -
YUV 115.47 186.43 173.32 -
System Red Green Blue C M Y K H S L
Decimal 179 63 219 0.18 0.71 0 0.14 284.62 0.68 0.55
Hex B3 3F DB 12 47 0 E 11D 44 37
Octal 263 77 333 22 107 0 16 435 104 67
Binary 10110011 111111 11011011 10010 1000111 0 1110 100011101 1000100 110111

Color Harmonies of #B33FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FDB

Black with #B33FDB

Text Example


Text Example

White with #B33FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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