Html Css Color HEX #BB4DDF Medium Orchid

📋 copy color: '#BB4DDF'

red 187 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #BB4DDF

Tints of Medium Orchid #BB4DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.81%

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 38.4%
G = 15.81%
B = 45.79%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB4DDF (or 0xBB4DDF) is known color: Medium Orchid. HEX triplet: BB, 4D and DF. RGB value is (187,77,223). Sum of RGB (Red+Green+Blue) = 187+77+223=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DDF is #44B220. Grayscale: #7E7E7E. Windows color (decimal): -4502049 or 14634427. OLE color: 14634427.

HSL color Cylindrical-coordinate representation of color #BB4DDF: hue angle of 285.21º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4DDF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 77 223 -
CMYK 0.16 0.65 0 0.13
HSL 285.21º 0.7% 0.59% -
HSV(B) 285.21º 0.65% 0.87% -
XYZ 36.47 21.2 71.98 -
YUV 126.53 182.44 171.13 -
System Red Green Blue C M Y K H S L
Decimal 187 77 223 0.16 0.65 0 0.13 285.21 0.7 0.59
Hex BB 4D DF 10 41 0 D 11D 46 3B
Octal 273 115 337 20 101 0 15 435 106 73
Binary 10111011 1001101 11011111 10000 1000001 0 1101 100011101 1000110 111011

Color Harmonies of #BB4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DDF

Black with #BB4DDF

Text Example


Text Example

White with #BB4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DDF; }

 p { color: rgb(187,77,223); }

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

background-color css

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

 a { background-color: rgb(187,77,223); }

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

border-color css

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

 span { border-color: rgb(187,77,223); }

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