Html Css Color HEX #BB3BFE Medium Orchid

📋 copy color: '#BB3BFE'

red 187 ◦ green 59 ◦ blue 254

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

Shades of Medium Orchid #BB3BFE

Tints of Medium Orchid #BB3BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 37.4%
G = 11.8%
B = 50.8%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB3BFE (or 0xBB3BFE) is known color: Medium Orchid. HEX triplet: BB, 3B and FE. RGB value is (187,59,254). Sum of RGB (Red+Green+Blue) = 187+59+254=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB3BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3BFE is #44C401. Grayscale: #767676. Windows color (decimal): -4506626 or 16661435. OLE color: 16661435.

HSL color Cylindrical-coordinate representation of color #BB3BFE: hue angle of 279.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB3BFE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 59 254 -
CMYK 0.26 0.77 0 0.00
HSL 279.38º 0.99% 0.61% -
HSV(B) 279.38º 0.77% 1% -
XYZ 39.95 20.85 95.68 -
YUV 119.5 203.91 176.14 -
System Red Green Blue C M Y K H S L
Decimal 187 59 254 0.26 0.77 0 0.00 279.38 0.99 0.61
Hex BB 3B FE 1A 4D 0 0 117 63 3D
Octal 273 73 376 32 115 0 0 427 143 75
Binary 10111011 111011 11111110 11010 1001101 0 0 100010111 1100011 111101

Color Harmonies of #BB3BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3BFE

Black with #BB3BFE

Text Example


Text Example

White with #BB3BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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