Html Css Color HEX #BB39F0 Medium Orchid

📋 copy color: '#BB39F0'

red 187 ◦ green 57 ◦ blue 240

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

Shades of Medium Orchid #BB39F0

Tints of Medium Orchid #BB39F0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.78%

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

R = 38.64%
G = 11.78%
B = 49.59%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB39F0 (or 0xBB39F0) is known color: Medium Orchid. HEX triplet: BB, 39 and F0. RGB value is (187,57,240). Sum of RGB (Red+Green+Blue) = 187+57+240=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB39F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB39F0 is #44C60F. Grayscale: #747474. Windows color (decimal): -4507152 or 15743419. OLE color: 15743419.

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

Color convert

RGB 187 57 240 -
CMYK 0.22 0.76 0 0.06
HSL 282.62º 0.86% 0.58% -
HSV(B) 282.62º 0.76% 0.94% -
XYZ 37.68 19.78 84.27 -
YUV 116.73 197.57 178.12 -
System Red Green Blue C M Y K H S L
Decimal 187 57 240 0.22 0.76 0 0.06 282.62 0.86 0.58
Hex BB 39 F0 16 4C 0 6 11B 56 3A
Octal 273 71 360 26 114 0 6 433 126 72
Binary 10111011 111001 11110000 10110 1001100 0 110 100011011 1010110 111010

Color Harmonies of #BB39F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39F0

Black with #BB39F0

Text Example


Text Example

White with #BB39F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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