Html Css Color HEX #BB3BFB Medium Orchid

📋 copy color: '#BB3BFB'

red 187 ◦ green 59 ◦ blue 251

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

Shades of Medium Orchid #BB3BFB

Tints of Medium Orchid #BB3BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.87%

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

R = 37.63%
G = 11.87%
B = 50.5%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB3BFB (or 0xBB3BFB) is known color: Medium Orchid. HEX triplet: BB, 3B and FB. RGB value is (187,59,251). Sum of RGB (Red+Green+Blue) = 187+59+251=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB3BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3BFB is #44C404. Grayscale: #767676. Windows color (decimal): -4506629 or 16464827. OLE color: 16464827.

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

Color convert

RGB 187 59 251 -
CMYK 0.25 0.76 0 0.02
HSL 280º 0.96% 0.61% -
HSV(B) 280º 0.76% 0.98% -
XYZ 39.47 20.66 93.17 -
YUV 119.16 202.41 176.39 -
System Red Green Blue C M Y K H S L
Decimal 187 59 251 0.25 0.76 0 0.02 280 0.96 0.61
Hex BB 3B FB 19 4C 0 2 118 60 3D
Octal 273 73 373 31 114 0 2 430 140 75
Binary 10111011 111011 11111011 11001 1001100 0 10 100011000 1100000 111101

Color Harmonies of #BB3BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3BFB

Black with #BB3BFB

Text Example


Text Example

White with #BB3BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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