Html Css Color HEX #B33FFD Medium Orchid

📋 copy color: '#B33FFD'

red 179 ◦ green 63 ◦ blue 253

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

Shades of Medium Orchid #B33FFD

Tints of Medium Orchid #B33FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 36.16%
G = 12.73%
B = 51.11%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B33FFD (or 0xB33FFD) is known color: Medium Orchid. HEX triplet: B3, 3F and FD. RGB value is (179,63,253). Sum of RGB (Red+Green+Blue) = 179+63+253=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #B33FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FFD is #4CC002. Grayscale: #767676. Windows color (decimal): -5029891 or 16596915. OLE color: 16596915.

HSL color Cylindrical-coordinate representation of color #B33FFD: hue angle of 276.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33FFD is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 63 253 -
CMYK 0.29 0.75 0 0.01
HSL 276.63º 0.98% 0.62% -
HSV(B) 276.63º 0.75% 0.99% -
XYZ 38.1 20.23 94.83 -
YUV 119.34 203.43 170.55 -
System Red Green Blue C M Y K H S L
Decimal 179 63 253 0.29 0.75 0 0.01 276.63 0.98 0.62
Hex B3 3F FD 1D 4B 0 1 115 62 3E
Octal 263 77 375 35 113 0 1 425 142 76
Binary 10110011 111111 11111101 11101 1001011 0 1 100010101 1100010 111110

Color Harmonies of #B33FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FFD

Black with #B33FFD

Text Example


Text Example

White with #B33FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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