Html Css Color HEX #BB60F2 Medium Orchid

📋 copy color: '#BB60F2'

red 187 ◦ green 96 ◦ blue 242

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

Shades of Medium Orchid #BB60F2

Tints of Medium Orchid #BB60F2

RGB

 RED value IS 187 (73.44% from 255) = 35.62%

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

 BLUE value IS 242 (94.92% from 255) = 46.1%

R = 35.62%
G = 18.29%
B = 46.1%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB60F2 (or 0xBB60F2) is known color: Medium Orchid. HEX triplet: BB, 60 and F2. RGB value is (187,96,242). Sum of RGB (Red+Green+Blue) = 187+96+242=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB60F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60F2 is #449F0D. Grayscale: #8B8B8B. Windows color (decimal): -4497166 or 15884475. OLE color: 15884475.

HSL color Cylindrical-coordinate representation of color #BB60F2: hue angle of 277.4º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB60F2 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 96 242 -
CMYK 0.23 0.60 0 0.05
HSL 277.4º 0.85% 0.66% -
HSV(B) 277.4º 0.6% 0.95% -
XYZ 40.7 25.34 86.75 -
YUV 139.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 187 96 242 0.23 0.60 0 0.05 277.4 0.85 0.66
Hex BB 60 F2 17 3C 0 5 115 55 42
Octal 273 140 362 27 74 0 5 425 125 102
Binary 10111011 1100000 11110010 10111 111100 0 101 100010101 1010101 1000010

Color Harmonies of #BB60F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60F2

Black with #BB60F2

Text Example


Text Example

White with #BB60F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60F2; }

 p { color: rgb(187,96,242); }

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

background-color css

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

 a { background-color: rgb(187,96,242); }

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

border-color css

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

 span { border-color: rgb(187,96,242); }

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