Html Css Color HEX #BB3FDC Medium Orchid

📋 copy color: '#BB3FDC'

red 187 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #BB3FDC

Tints of Medium Orchid #BB3FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 39.79%
G = 13.4%
B = 46.81%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB3FDC (or 0xBB3FDC) is known color: Medium Orchid. HEX triplet: BB, 3F and DC. RGB value is (187,63,220). Sum of RGB (Red+Green+Blue) = 187+63+220=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FDC is #44C023. Grayscale: #757575. Windows color (decimal): -4505636 or 14434235. OLE color: 14434235.

HSL color Cylindrical-coordinate representation of color #BB3FDC: hue angle of 287.39º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3FDC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 63 220 -
CMYK 0.15 0.71 0 0.14
HSL 287.39º 0.69% 0.55% -
HSV(B) 287.39º 0.71% 0.86% -
XYZ 35.19 19.29 69.58 -
YUV 117.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 187 63 220 0.15 0.71 0 0.14 287.39 0.69 0.55
Hex BB 3F DC F 47 0 E 11F 45 37
Octal 273 77 334 17 107 0 16 437 105 67
Binary 10111011 111111 11011100 1111 1000111 0 1110 100011111 1000101 110111

Color Harmonies of #BB3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3FDC

Black with #BB3FDC

Text Example


Text Example

White with #BB3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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