Html Css Color HEX #BB39FE Medium Orchid

📋 copy color: '#BB39FE'

red 187 ◦ green 57 ◦ blue 254

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

Shades of Medium Orchid #BB39FE

Tints of Medium Orchid #BB39FE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.45%

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

R = 37.55%
G = 11.45%
B = 51%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB39FE (or 0xBB39FE) is known color: Medium Orchid. HEX triplet: BB, 39 and FE. RGB value is (187,57,254). Sum of RGB (Red+Green+Blue) = 187+57+254=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 57 (22.66% from 255 or 11.45% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB39FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB39FE is #44C601. Grayscale: #757575. Windows color (decimal): -4507138 or 16660923. OLE color: 16660923.

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

Color convert

RGB 187 57 254 -
CMYK 0.26 0.78 0 0.00
HSL 279.59º 0.99% 0.61% -
HSV(B) 279.59º 0.78% 1% -
XYZ 39.85 20.65 95.65 -
YUV 118.33 204.57 176.98 -
System Red Green Blue C M Y K H S L
Decimal 187 57 254 0.26 0.78 0 0.00 279.59 0.99 0.61
Hex BB 39 FE 1A 4E 0 0 118 63 3D
Octal 273 71 376 32 116 0 0 430 143 75
Binary 10111011 111001 11111110 11010 1001110 0 0 100011000 1100011 111101

Color Harmonies of #BB39FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39FE

Black with #BB39FE

Text Example


Text Example

White with #BB39FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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