Html Css Color HEX #BB5FF0 Medium Orchid

📋 copy color: '#BB5FF0'

red 187 ◦ green 95 ◦ blue 240

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

Shades of Medium Orchid #BB5FF0

Tints of Medium Orchid #BB5FF0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.2%

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

R = 35.82%
G = 18.2%
B = 45.98%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB5FF0 (or 0xBB5FF0) is known color: Medium Orchid. HEX triplet: BB, 5F and F0. RGB value is (187,95,240). Sum of RGB (Red+Green+Blue) = 187+95+240=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB5FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5FF0 is #44A00F. Grayscale: #8A8A8A. Windows color (decimal): -4497424 or 15753147. OLE color: 15753147.

HSL color Cylindrical-coordinate representation of color #BB5FF0: hue angle of 278.07º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5FF0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 95 240 -
CMYK 0.22 0.60 0 0.06
HSL 278.07º 0.83% 0.66% -
HSV(B) 278.07º 0.6% 0.94% -
XYZ 40.31 25.04 85.15 -
YUV 139.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 187 95 240 0.22 0.60 0 0.06 278.07 0.83 0.66
Hex BB 5F F0 16 3C 0 6 116 53 42
Octal 273 137 360 26 74 0 6 426 123 102
Binary 10111011 1011111 11110000 10110 111100 0 110 100010110 1010011 1000010

Color Harmonies of #BB5FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5FF0

Black with #BB5FF0

Text Example


Text Example

White with #BB5FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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