Html Css Color HEX #B33FF1 Medium Orchid

📋 copy color: '#B33FF1'

red 179 ◦ green 63 ◦ blue 241

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

Shades of Medium Orchid #B33FF1

Tints of Medium Orchid #B33FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.9%

R = 37.06%
G = 13.04%
B = 49.9%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B33FF1 (or 0xB33FF1) is known color: Medium Orchid. HEX triplet: B3, 3F and F1. RGB value is (179,63,241). Sum of RGB (Red+Green+Blue) = 179+63+241=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #B33FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FF1 is #4CC00E. Grayscale: #757575. Windows color (decimal): -5029903 or 15810483. OLE color: 15810483.

HSL color Cylindrical-coordinate representation of color #B33FF1: hue angle of 279.1º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33FF1 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 63 241 -
CMYK 0.26 0.74 0 0.05
HSL 279.1º 0.86% 0.6% -
HSV(B) 279.1º 0.74% 0.95% -
XYZ 36.25 19.49 85.07 -
YUV 117.98 197.43 171.53 -
System Red Green Blue C M Y K H S L
Decimal 179 63 241 0.26 0.74 0 0.05 279.1 0.86 0.6
Hex B3 3F F1 1A 4A 0 5 117 56 3C
Octal 263 77 361 32 112 0 5 427 126 74
Binary 10110011 111111 11110001 11010 1001010 0 101 100010111 1010110 111100

Color Harmonies of #B33FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FF1

Black with #B33FF1

Text Example


Text Example

White with #B33FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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