Html Css Color HEX #BB6DF0 Medium Orchid

📋 copy color: '#BB6DF0'

red 187 ◦ green 109 ◦ blue 240

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

Shades of Medium Orchid #BB6DF0

Tints of Medium Orchid #BB6DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.34%

 BLUE value IS 240 (94.14% from 255) = 44.78%

R = 34.89%
G = 20.34%
B = 44.78%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB6DF0 (or 0xBB6DF0) is known color: Medium Orchid. HEX triplet: BB, 6D and F0. RGB value is (187,109,240). Sum of RGB (Red+Green+Blue) = 187+109+240=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB6DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6DF0 is #44920F. Grayscale: #929292. Windows color (decimal): -4493840 or 15756731. OLE color: 15756731.

HSL color Cylindrical-coordinate representation of color #BB6DF0: hue angle of 275.73º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6DF0 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 109 240 -
CMYK 0.22 0.55 0 0.06
HSL 275.73º 0.81% 0.68% -
HSV(B) 275.73º 0.55% 0.94% -
XYZ 41.69 27.79 85.61 -
YUV 147.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 187 109 240 0.22 0.55 0 0.06 275.73 0.81 0.68
Hex BB 6D F0 16 37 0 6 114 51 44
Octal 273 155 360 26 67 0 6 424 121 104
Binary 10111011 1101101 11110000 10110 110111 0 110 100010100 1010001 1000100

Color Harmonies of #BB6DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DF0

Black with #BB6DF0

Text Example


Text Example

White with #BB6DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DF0; }

 p { color: rgb(187,109,240); }

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

background-color css

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

 a { background-color: rgb(187,109,240); }

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

border-color css

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

 span { border-color: rgb(187,109,240); }

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