Html Css Color HEX #B33CFC Medium Orchid

📋 copy color: '#B33CFC'

red 179 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #B33CFC

Tints of Medium Orchid #B33CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 36.46%
G = 12.22%
B = 51.32%

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

#B33CFC (or 0xB33CFC) is known color: Medium Orchid. HEX triplet: B3, 3C and FC. RGB value is (179,60,252). Sum of RGB (Red+Green+Blue) = 179+60+252=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #B33CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33CFC is #4CC303. Grayscale: #747474. Windows color (decimal): -5030660 or 16530611. OLE color: 16530611.

HSL color Cylindrical-coordinate representation of color #B33CFC: hue angle of 277.19º degrees, saturation: 0.97, 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 #B33CFC is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 60 252 -
CMYK 0.29 0.76 0 0.01
HSL 277.19º 0.97% 0.61% -
HSV(B) 277.19º 0.76% 0.99% -
XYZ 37.78 19.84 93.93 -
YUV 117.47 203.92 171.89 -
System Red Green Blue C M Y K H S L
Decimal 179 60 252 0.29 0.76 0 0.01 277.19 0.97 0.61
Hex B3 3C FC 1D 4C 0 1 115 61 3D
Octal 263 74 374 35 114 0 1 425 141 75
Binary 10110011 111100 11111100 11101 1001100 0 1 100010101 1100001 111101

Color Harmonies of #B33CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CFC

Black with #B33CFC

Text Example


Text Example

White with #B33CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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