Html Css Color HEX #B33CFD Medium Orchid

📋 copy color: '#B33CFD'

red 179 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #B33CFD

Tints of Medium Orchid #B33CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.2%

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

R = 36.38%
G = 12.2%
B = 51.42%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B33CFD (or 0xB33CFD) is known color: Medium Orchid. HEX triplet: B3, 3C and FD. RGB value is (179,60,253). Sum of RGB (Red+Green+Blue) = 179+60+253=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #B33CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33CFD is #4CC302. Grayscale: #747474. Windows color (decimal): -5030659 or 16596147. OLE color: 16596147.

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

Color convert

RGB 179 60 253 -
CMYK 0.29 0.76 0 0.01
HSL 276.99º 0.98% 0.61% -
HSV(B) 276.99º 0.76% 0.99% -
XYZ 37.94 19.91 94.77 -
YUV 117.58 204.42 171.81 -
System Red Green Blue C M Y K H S L
Decimal 179 60 253 0.29 0.76 0 0.01 276.99 0.98 0.61
Hex B3 3C FD 1D 4C 0 1 115 62 3D
Octal 263 74 375 35 114 0 1 425 142 75
Binary 10110011 111100 11111101 11101 1001100 0 1 100010101 1100010 111101

Color Harmonies of #B33CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CFD

Black with #B33CFD

Text Example


Text Example

White with #B33CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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