Html Css Color HEX #BB61EE Medium Orchid

📋 copy color: '#BB61EE'

red 187 ◦ green 97 ◦ blue 238

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

Shades of Medium Orchid #BB61EE

Tints of Medium Orchid #BB61EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 35.82%
G = 18.58%
B = 45.59%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB61EE (or 0xBB61EE) is known color: Medium Orchid. HEX triplet: BB, 61 and EE. RGB value is (187,97,238). Sum of RGB (Red+Green+Blue) = 187+97+238=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB61EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61EE is #449E11. Grayscale: #8B8B8B. Windows color (decimal): -4496914 or 15622587. OLE color: 15622587.

HSL color Cylindrical-coordinate representation of color #BB61EE: hue angle of 278.3º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB61EE is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 97 238 -
CMYK 0.21 0.59 0 0.07
HSL 278.3º 0.81% 0.66% -
HSV(B) 278.3º 0.59% 0.93% -
XYZ 40.2 25.29 83.65 -
YUV 139.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 187 97 238 0.21 0.59 0 0.07 278.3 0.81 0.66
Hex BB 61 EE 15 3B 0 7 116 51 42
Octal 273 141 356 25 73 0 7 426 121 102
Binary 10111011 1100001 11101110 10101 111011 0 111 100010110 1010001 1000010

Color Harmonies of #BB61EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61EE

Black with #BB61EE

Text Example


Text Example

White with #BB61EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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