Html Css Color HEX #BB3EFA Medium Orchid

📋 copy color: '#BB3EFA'

red 187 ◦ green 62 ◦ blue 250

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

Shades of Medium Orchid #BB3EFA

Tints of Medium Orchid #BB3EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.42%

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 37.47%
G = 12.42%
B = 50.1%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB3EFA (or 0xBB3EFA) is known color: Medium Orchid. HEX triplet: BB, 3E and FA. RGB value is (187,62,250). Sum of RGB (Red+Green+Blue) = 187+62+250=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB3EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3EFA is #44C105. Grayscale: #787878. Windows color (decimal): -4505862 or 16400059. OLE color: 16400059.

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

Color convert

RGB 187 62 250 -
CMYK 0.25 0.75 0 0.02
HSL 279.89º 0.95% 0.61% -
HSV(B) 279.89º 0.75% 0.98% -
XYZ 39.47 20.91 92.4 -
YUV 120.81 200.91 175.21 -
System Red Green Blue C M Y K H S L
Decimal 187 62 250 0.25 0.75 0 0.02 279.89 0.95 0.61
Hex BB 3E FA 19 4B 0 2 118 5F 3D
Octal 273 76 372 31 113 0 2 430 137 75
Binary 10111011 111110 11111010 11001 1001011 0 10 100011000 1011111 111101

Color Harmonies of #BB3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3EFA

Black with #BB3EFA

Text Example


Text Example

White with #BB3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3EFA; }

 p { color: rgb(187,62,250); }

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

background-color css

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

 a { background-color: rgb(187,62,250); }

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

border-color css

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

 span { border-color: rgb(187,62,250); }

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