Html Css Color HEX #BB3FD5 Medium Orchid

📋 copy color: '#BB3FD5'

red 187 ◦ green 63 ◦ blue 213

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

Shades of Medium Orchid #BB3FD5

Tints of Medium Orchid #BB3FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.61%

 BLUE value IS 213 (83.59% from 255) = 46%

R = 40.39%
G = 13.61%
B = 46%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB3FD5 (or 0xBB3FD5) is known color: Medium Orchid. HEX triplet: BB, 3F and D5. RGB value is (187,63,213). Sum of RGB (Red+Green+Blue) = 187+63+213=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB3FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FD5 is #44C02A. Grayscale: #747474. Windows color (decimal): -4505643 or 13975483. OLE color: 13975483.

HSL color Cylindrical-coordinate representation of color #BB3FD5: hue angle of 289.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3FD5 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 63 213 -
CMYK 0.12 0.70 0 0.16
HSL 289.6º 0.64% 0.54% -
HSV(B) 289.6º 0.7% 0.84% -
XYZ 34.28 18.92 64.8 -
YUV 117.18 182.08 177.8 -
System Red Green Blue C M Y K H S L
Decimal 187 63 213 0.12 0.70 0 0.16 289.6 0.64 0.54
Hex BB 3F D5 C 46 0 10 122 40 36
Octal 273 77 325 14 106 0 20 442 100 66
Binary 10111011 111111 11010101 1100 1000110 0 10000 100100010 1000000 110110

Color Harmonies of #BB3FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3FD5

Black with #BB3FD5

Text Example


Text Example

White with #BB3FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3FD5; }

 p { color: rgb(187,63,213); }

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

background-color css

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

 a { background-color: rgb(187,63,213); }

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

border-color css

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

 span { border-color: rgb(187,63,213); }

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