Html Css Color HEX #B33FDF Medium Orchid

📋 copy color: '#B33FDF'

red 179 ◦ green 63 ◦ blue 223

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

Shades of Medium Orchid #B33FDF

Tints of Medium Orchid #B33FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 38.49%
G = 13.55%
B = 47.96%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B33FDF (or 0xB33FDF) is known color: Medium Orchid. HEX triplet: B3, 3F and DF. RGB value is (179,63,223). Sum of RGB (Red+Green+Blue) = 179+63+223=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #B33FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FDF is #4CC020. Grayscale: #737373. Windows color (decimal): -5029921 or 14630835. OLE color: 14630835.

HSL color Cylindrical-coordinate representation of color #B33FDF: hue angle of 283.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33FDF is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 63 223 -
CMYK 0.20 0.72 0 0.13
HSL 283.5º 0.71% 0.56% -
HSV(B) 283.5º 0.72% 0.87% -
XYZ 33.69 18.47 71.6 -
YUV 115.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 179 63 223 0.20 0.72 0 0.13 283.5 0.71 0.56
Hex B3 3F DF 14 48 0 D 11C 47 38
Octal 263 77 337 24 110 0 15 434 107 70
Binary 10110011 111111 11011111 10100 1001000 0 1101 100011100 1000111 111000

Color Harmonies of #B33FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FDF

Black with #B33FDF

Text Example


Text Example

White with #B33FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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