Html Css Color HEX #BB4EFD Medium Orchid

📋 copy color: '#BB4EFD'

red 187 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #BB4EFD

Tints of Medium Orchid #BB4EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.06%

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 36.1%
G = 15.06%
B = 48.84%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB4EFD (or 0xBB4EFD) is known color: Medium Orchid. HEX triplet: BB, 4E and FD. RGB value is (187,78,253). Sum of RGB (Red+Green+Blue) = 187+78+253=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB4EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EFD is #44B102. Grayscale: #818181. Windows color (decimal): -4501763 or 16600763. OLE color: 16600763.

HSL color Cylindrical-coordinate representation of color #BB4EFD: hue angle of 277.37º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4EFD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 78 253 -
CMYK 0.26 0.69 0 0.01
HSL 277.37º 0.98% 0.65% -
HSV(B) 277.37º 0.69% 0.99% -
XYZ 40.95 23.11 95.23 -
YUV 130.54 197.11 168.27 -
System Red Green Blue C M Y K H S L
Decimal 187 78 253 0.26 0.69 0 0.01 277.37 0.98 0.65
Hex BB 4E FD 1A 45 0 1 115 62 41
Octal 273 116 375 32 105 0 1 425 142 101
Binary 10111011 1001110 11111101 11010 1000101 0 1 100010101 1100010 1000001

Color Harmonies of #BB4EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EFD

Black with #BB4EFD

Text Example


Text Example

White with #BB4EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EFD; }

 p { color: rgb(187,78,253); }

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

background-color css

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

 a { background-color: rgb(187,78,253); }

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

border-color css

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

 span { border-color: rgb(187,78,253); }

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