Html Css Color HEX #B352FA Medium Orchid

📋 copy color: '#B352FA'

red 179 ◦ green 82 ◦ blue 250

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

Shades of Medium Orchid #B352FA

Tints of Medium Orchid #B352FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.05%

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

R = 35.03%
G = 16.05%
B = 48.92%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B352FA (or 0xB352FA) is known color: Medium Orchid. HEX triplet: B3, 52 and FA. RGB value is (179,82,250). Sum of RGB (Red+Green+Blue) = 179+82+250=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #B352FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B352FA is #4CAD05. Grayscale: #818181. Windows color (decimal): -5025030 or 16405171. OLE color: 16405171.

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

Color convert

RGB 179 82 250 -
CMYK 0.28 0.67 0 0.02
HSL 274.64º 0.94% 0.65% -
HSV(B) 274.64º 0.67% 0.98% -
XYZ 38.86 22.52 92.74 -
YUV 130.16 195.64 162.84 -
System Red Green Blue C M Y K H S L
Decimal 179 82 250 0.28 0.67 0 0.02 274.64 0.94 0.65
Hex B3 52 FA 1C 43 0 2 113 5E 41
Octal 263 122 372 34 103 0 2 423 136 101
Binary 10110011 1010010 11111010 11100 1000011 0 10 100010011 1011110 1000001

Color Harmonies of #B352FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352FA

Black with #B352FA

Text Example


Text Example

White with #B352FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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