Html Css Color HEX #B36CF0 Medium Purple

📋 copy color: '#B36CF0'

red 179 ◦ green 108 ◦ blue 240

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

Shades of Medium Purple #B36CF0

Tints of Medium Purple #B36CF0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.49%

 BLUE value IS 240 (94.14% from 255) = 45.54%

R = 33.97%
G = 20.49%
B = 45.54%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B36CF0 (or 0xB36CF0) is known color: Medium Purple. HEX triplet: B3, 6C and F0. RGB value is (179,108,240). Sum of RGB (Red+Green+Blue) = 179+108+240=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #B36CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36CF0 is #4C930F. Grayscale: #8F8F8F. Windows color (decimal): -5018384 or 15756467. OLE color: 15756467.

HSL color Cylindrical-coordinate representation of color #B36CF0: hue angle of 272.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B36CF0 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 108 240 -
CMYK 0.25 0.55 0 0.06
HSL 272.27º 0.81% 0.68% -
HSV(B) 272.27º 0.55% 0.94% -
XYZ 39.68 26.6 85.48 -
YUV 144.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 179 108 240 0.25 0.55 0 0.06 272.27 0.81 0.68
Hex B3 6C F0 19 37 0 6 110 51 44
Octal 263 154 360 31 67 0 6 420 121 104
Binary 10110011 1101100 11110000 11001 110111 0 110 100010000 1010001 1000100

Color Harmonies of #B36CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CF0

Black with #B36CF0

Text Example


Text Example

White with #B36CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CF0; }

 p { color: rgb(179,108,240); }

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

background-color css

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

 a { background-color: rgb(179,108,240); }

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

border-color css

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

 span { border-color: rgb(179,108,240); }

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