Html Css Color HEX #B352FC Medium Orchid

📋 copy color: '#B352FC'

red 179 ◦ green 82 ◦ blue 252

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

Shades of Medium Orchid #B352FC

Tints of Medium Orchid #B352FC

RGB

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

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

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

R = 34.89%
G = 15.98%
B = 49.12%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B352FC (or 0xB352FC) is known color: Medium Orchid. HEX triplet: B3, 52 and FC. RGB value is (179,82,252). Sum of RGB (Red+Green+Blue) = 179+82+252=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #B352FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B352FC is #4CAD03. Grayscale: #818181. Windows color (decimal): -5025028 or 16536243. OLE color: 16536243.

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

Color convert

RGB 179 82 252 -
CMYK 0.29 0.67 0 0.01
HSL 274.24º 0.97% 0.65% -
HSV(B) 274.24º 0.67% 0.99% -
XYZ 39.18 22.65 94.4 -
YUV 130.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 179 82 252 0.29 0.67 0 0.01 274.24 0.97 0.65
Hex B3 52 FC 1D 43 0 1 112 61 41
Octal 263 122 374 35 103 0 1 422 141 101
Binary 10110011 1010010 11111100 11101 1000011 0 1 100010010 1100001 1000001

Color Harmonies of #B352FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B352FC

Black with #B352FC

Text Example


Text Example

White with #B352FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B352FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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