Html Css Color HEX #B360FF Medium Orchid

📋 copy color: '#B360FF'

red 179 ◦ green 96 ◦ blue 255

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

Shades of Medium Orchid #B360FF

Tints of Medium Orchid #B360FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.11%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 33.77%
G = 18.11%
B = 48.11%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B360FF (or 0xB360FF) is known color: Medium Orchid. HEX triplet: B3, 60 and FF. RGB value is (179,96,255). Sum of RGB (Red+Green+Blue) = 179+96+255=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B360FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B360FF is #4C9F00. Grayscale: #8A8A8A. Windows color (decimal): -5021441 or 16736435. OLE color: 16736435.

HSL color Cylindrical-coordinate representation of color #B360FF: hue angle of 271.32º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B360FF is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 96 255 -
CMYK 0.30 0.62 0 0
HSL 271.32º 1% 0.69% -
HSV(B) 271.32º 0.62% 1% -
XYZ 40.82 25.17 97.31 -
YUV 138.94 193.5 156.57 -
System Red Green Blue C M Y K H S L
Decimal 179 96 255 0.30 0.62 0 0 271.32 1 0.69
Hex B3 60 FF 1E 3E 0 0 10F 64 45
Octal 263 140 377 36 76 0 0 417 144 105
Binary 10110011 1100000 11111111 11110 111110 0 0 100001111 1100100 1000101

Color Harmonies of #B360FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360FF

Black with #B360FF

Text Example


Text Example

White with #B360FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360FF; }

 p { color: rgb(179,96,255); }

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

background-color css

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

 a { background-color: rgb(179,96,255); }

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

border-color css

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

 span { border-color: rgb(179,96,255); }

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