Html Css Color HEX #B060CF Medium Orchid

📋 copy color: '#B060CF'

red 176 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #B060CF

Tints of Medium Orchid #B060CF

RGB

 RED value IS 176 (69.14% from 255) = 36.74%

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

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

R = 36.74%
G = 20.04%
B = 43.22%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B060CF (or 0xB060CF) is known color: Medium Orchid. HEX triplet: B0, 60 and CF. RGB value is (176,96,207). Sum of RGB (Red+Green+Blue) = 176+96+207=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B060CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060CF is #4F9F30. Grayscale: #848484. Windows color (decimal): -5218097 or 13590704. OLE color: 13590704.

HSL color Cylindrical-coordinate representation of color #B060CF: hue angle of 283.24º 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 #B060CF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 96 207 -
CMYK 0.15 0.54 0 0.19
HSL 283.24º 0.54% 0.59% -
HSV(B) 283.24º 0.54% 0.81% -
XYZ 33.35 22.1 61.54 -
YUV 132.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 176 96 207 0.15 0.54 0 0.19 283.24 0.54 0.59
Hex B0 60 CF F 36 0 13 11B 36 3B
Octal 260 140 317 17 66 0 23 433 66 73
Binary 10110000 1100000 11001111 1111 110110 0 10011 100011011 110110 111011

Color Harmonies of #B060CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B060CF

Black with #B060CF

Text Example


Text Example

White with #B060CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B060CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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