Html Css Color HEX #BB4FDF Medium Orchid

📋 copy color: '#BB4FDF'

red 187 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #BB4FDF

Tints of Medium Orchid #BB4FDF

RGB

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

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

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

R = 38.24%
G = 16.16%
B = 45.6%

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

#BB4FDF (or 0xBB4FDF) is known color: Medium Orchid. HEX triplet: BB, 4F and DF. RGB value is (187,79,223). Sum of RGB (Red+Green+Blue) = 187+79+223=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FDF is #44B020. Grayscale: #7F7F7F. Windows color (decimal): -4501537 or 14634939. OLE color: 14634939.

HSL color Cylindrical-coordinate representation of color #BB4FDF: hue angle of 285º degrees, saturation: 0.69, 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 #BB4FDF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 79 223 -
CMYK 0.16 0.65 0 0.13
HSL 285º 0.69% 0.59% -
HSV(B) 285º 0.65% 0.87% -
XYZ 36.61 21.48 72.03 -
YUV 127.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 187 79 223 0.16 0.65 0 0.13 285 0.69 0.59
Hex BB 4F DF 10 41 0 D 11D 45 3B
Octal 273 117 337 20 101 0 15 435 105 73
Binary 10111011 1001111 11011111 10000 1000001 0 1101 100011101 1000101 111011

Color Harmonies of #BB4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FDF

Black with #BB4FDF

Text Example


Text Example

White with #BB4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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