Html Css Color HEX #B360CF Medium Orchid

📋 copy color: '#B360CF'

red 179 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #B360CF

Tints of Medium Orchid #B360CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 37.14%
G = 19.92%
B = 42.95%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B360CF (or 0xB360CF) is known color: Medium Orchid. HEX triplet: B3, 60 and CF. RGB value is (179,96,207). Sum of RGB (Red+Green+Blue) = 179+96+207=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #B360CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360CF is #4C9F30. Grayscale: #858585. Windows color (decimal): -5021489 or 13590707. OLE color: 13590707.

HSL color Cylindrical-coordinate representation of color #B360CF: hue angle of 284.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B360CF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 96 207 -
CMYK 0.14 0.54 0 0.19
HSL 284.86º 0.54% 0.59% -
HSV(B) 284.86º 0.54% 0.81% -
XYZ 34.04 22.45 61.57 -
YUV 133.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 179 96 207 0.14 0.54 0 0.19 284.86 0.54 0.59
Hex B3 60 CF E 36 0 13 11D 36 3B
Octal 263 140 317 16 66 0 23 435 66 73
Binary 10110011 1100000 11001111 1110 110110 0 10011 100011101 110110 111011

Color Harmonies of #B360CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360CF

Black with #B360CF

Text Example


Text Example

White with #B360CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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