Html Css Color HEX #BB61E6 Medium Orchid

📋 copy color: '#BB61E6'

red 187 ◦ green 97 ◦ blue 230

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

Shades of Medium Orchid #BB61E6

Tints of Medium Orchid #BB61E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.75%

R = 36.38%
G = 18.87%
B = 44.75%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB61E6 (or 0xBB61E6) is known color: Medium Orchid. HEX triplet: BB, 61 and E6. RGB value is (187,97,230). Sum of RGB (Red+Green+Blue) = 187+97+230=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB61E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61E6 is #449E19. Grayscale: #8A8A8A. Windows color (decimal): -4496922 or 15098299. OLE color: 15098299.

HSL color Cylindrical-coordinate representation of color #BB61E6: hue angle of 280.6º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB61E6 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 97 230 -
CMYK 0.19 0.58 0 0.10
HSL 280.6º 0.73% 0.64% -
HSV(B) 280.6º 0.58% 0.9% -
XYZ 39.05 24.83 77.6 -
YUV 139.07 179.32 162.19 -
System Red Green Blue C M Y K H S L
Decimal 187 97 230 0.19 0.58 0 0.10 280.6 0.73 0.64
Hex BB 61 E6 13 3A 0 A 119 49 40
Octal 273 141 346 23 72 0 12 431 111 100
Binary 10111011 1100001 11100110 10011 111010 0 1010 100011001 1001001 1000000

Color Harmonies of #BB61E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61E6

Black with #BB61E6

Text Example


Text Example

White with #BB61E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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