Html Css Color HEX #B33CFA Medium Orchid

📋 copy color: '#B33CFA'

red 179 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #B33CFA

Tints of Medium Orchid #B33CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.12%

R = 36.61%
G = 12.27%
B = 51.12%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B33CFA (or 0xB33CFA) is known color: Medium Orchid. HEX triplet: B3, 3C and FA. RGB value is (179,60,250). Sum of RGB (Red+Green+Blue) = 179+60+250=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #B33CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33CFA is #4CC305. Grayscale: #747474. Windows color (decimal): -5030662 or 16399539. OLE color: 16399539.

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

Color convert

RGB 179 60 250 -
CMYK 0.28 0.76 0 0.02
HSL 277.58º 0.95% 0.61% -
HSV(B) 277.58º 0.76% 0.98% -
XYZ 37.46 19.72 92.27 -
YUV 117.24 202.92 172.05 -
System Red Green Blue C M Y K H S L
Decimal 179 60 250 0.28 0.76 0 0.02 277.58 0.95 0.61
Hex B3 3C FA 1C 4C 0 2 116 5F 3D
Octal 263 74 372 34 114 0 2 426 137 75
Binary 10110011 111100 11111010 11100 1001100 0 10 100010110 1011111 111101

Color Harmonies of #B33CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CFA

Black with #B33CFA

Text Example


Text Example

White with #B33CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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