Html Css Color HEX #BB4FDD Medium Orchid

📋 copy color: '#BB4FDD'

red 187 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #BB4FDD

Tints of Medium Orchid #BB4FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.22%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 38.4%
G = 16.22%
B = 45.38%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB4FDD (or 0xBB4FDD) is known color: Medium Orchid. HEX triplet: BB, 4F and DD. RGB value is (187,79,221). Sum of RGB (Red+Green+Blue) = 187+79+221=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FDD is #44B022. Grayscale: #7F7F7F. Windows color (decimal): -4501539 or 14503867. OLE color: 14503867.

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

Color convert

RGB 187 79 221 -
CMYK 0.15 0.64 0 0.13
HSL 285.63º 0.68% 0.59% -
HSV(B) 285.63º 0.64% 0.87% -
XYZ 36.34 21.38 70.62 -
YUV 127.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 187 79 221 0.15 0.64 0 0.13 285.63 0.68 0.59
Hex BB 4F DD F 40 0 D 11E 44 3B
Octal 273 117 335 17 100 0 15 436 104 73
Binary 10111011 1001111 11011101 1111 1000000 0 1101 100011110 1000100 111011

Color Harmonies of #BB4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FDD

Black with #BB4FDD

Text Example


Text Example

White with #BB4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FDD; }

 p { color: rgb(187,79,221); }

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

background-color css

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

 a { background-color: rgb(187,79,221); }

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

border-color css

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

 span { border-color: rgb(187,79,221); }

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