Html Css Color HEX #B33DFF Medium Orchid

📋 copy color: '#B33DFF'

red 179 ◦ green 61 ◦ blue 255

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

Shades of Medium Orchid #B33DFF

Tints of Medium Orchid #B33DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 36.16%
G = 12.32%
B = 51.52%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B33DFF (or 0xB33DFF) is known color: Medium Orchid. HEX triplet: B3, 3D and FF. RGB value is (179,61,255). Sum of RGB (Red+Green+Blue) = 179+61+255=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #B33DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33DFF is #4CC200. Grayscale: #757575. Windows color (decimal): -5030401 or 16727475. OLE color: 16727475.

HSL color Cylindrical-coordinate representation of color #B33DFF: hue angle of 276.49º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33DFF is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 61 255 -
CMYK 0.30 0.76 0 0
HSL 276.49º 1% 0.62% -
HSV(B) 276.49º 0.76% 1% -
XYZ 38.31 20.14 96.48 -
YUV 118.4 205.09 171.23 -
System Red Green Blue C M Y K H S L
Decimal 179 61 255 0.30 0.76 0 0 276.49 1 0.62
Hex B3 3D FF 1E 4C 0 0 114 64 3E
Octal 263 75 377 36 114 0 0 424 144 76
Binary 10110011 111101 11111111 11110 1001100 0 0 100010100 1100100 111110

Color Harmonies of #B33DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DFF

Black with #B33DFF

Text Example


Text Example

White with #B33DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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