Html Css Color HEX #BB61D7 Medium Orchid

📋 copy color: '#BB61D7'

red 187 ◦ green 97 ◦ blue 215

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

Shades of Medium Orchid #BB61D7

Tints of Medium Orchid #BB61D7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.44%

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 37.47%
G = 19.44%
B = 43.09%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB61D7 (or 0xBB61D7) is known color: Medium Orchid. HEX triplet: BB, 61 and D7. RGB value is (187,97,215). Sum of RGB (Red+Green+Blue) = 187+97+215=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB61D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61D7 is #449E28. Grayscale: #888888. Windows color (decimal): -4496937 or 14115259. OLE color: 14115259.

HSL color Cylindrical-coordinate representation of color #BB61D7: hue angle of 285.76º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB61D7 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 97 215 -
CMYK 0.13 0.55 0 0.16
HSL 285.76º 0.6% 0.61% -
HSV(B) 285.76º 0.55% 0.84% -
XYZ 37.03 24.02 66.97 -
YUV 137.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 187 97 215 0.13 0.55 0 0.16 285.76 0.6 0.61
Hex BB 61 D7 D 37 0 10 11E 3C 3D
Octal 273 141 327 15 67 0 20 436 74 75
Binary 10111011 1100001 11010111 1101 110111 0 10000 100011110 111100 111101

Color Harmonies of #BB61D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61D7

Black with #BB61D7

Text Example


Text Example

White with #BB61D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61D7; }

 p { color: rgb(187,97,215); }

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

background-color css

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

 a { background-color: rgb(187,97,215); }

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

border-color css

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

 span { border-color: rgb(187,97,215); }

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