Html Css Color HEX #BB4DFB Medium Orchid

📋 copy color: '#BB4DFB'

red 187 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #BB4DFB

Tints of Medium Orchid #BB4DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 36.31%
G = 14.95%
B = 48.74%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB4DFB (or 0xBB4DFB) is known color: Medium Orchid. HEX triplet: BB, 4D and FB. RGB value is (187,77,251). Sum of RGB (Red+Green+Blue) = 187+77+251=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4DFB is #44B204. Grayscale: #818181. Windows color (decimal): -4502021 or 16469435. OLE color: 16469435.

HSL color Cylindrical-coordinate representation of color #BB4DFB: hue angle of 277.93º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4DFB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 77 251 -
CMYK 0.25 0.69 0 0.02
HSL 277.93º 0.96% 0.64% -
HSV(B) 277.93º 0.69% 0.98% -
XYZ 40.56 22.84 93.54 -
YUV 129.73 196.44 168.85 -
System Red Green Blue C M Y K H S L
Decimal 187 77 251 0.25 0.69 0 0.02 277.93 0.96 0.64
Hex BB 4D FB 19 45 0 2 116 60 40
Octal 273 115 373 31 105 0 2 426 140 100
Binary 10111011 1001101 11111011 11001 1000101 0 10 100010110 1100000 1000000

Color Harmonies of #BB4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DFB

Black with #BB4DFB

Text Example


Text Example

White with #BB4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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