Html Css Color HEX #BB38FE Medium Orchid

📋 copy color: '#BB38FE'

red 187 ◦ green 56 ◦ blue 254

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

Shades of Medium Orchid #BB38FE

Tints of Medium Orchid #BB38FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.27%

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

R = 37.63%
G = 11.27%
B = 51.11%

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

#BB38FE (or 0xBB38FE) is known color: Medium Orchid. HEX triplet: BB, 38 and FE. RGB value is (187,56,254). Sum of RGB (Red+Green+Blue) = 187+56+254=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB38FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB38FE is #44C701. Grayscale: #757575. Windows color (decimal): -4507394 or 16660667. OLE color: 16660667.

HSL color Cylindrical-coordinate representation of color #BB38FE: hue angle of 279.7º 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 #BB38FE is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 56 254 -
CMYK 0.26 0.78 0 0.00
HSL 279.7º 0.99% 0.61% -
HSV(B) 279.7º 0.78% 1% -
XYZ 39.8 20.55 95.63 -
YUV 117.74 204.9 177.4 -
System Red Green Blue C M Y K H S L
Decimal 187 56 254 0.26 0.78 0 0.00 279.7 0.99 0.61
Hex BB 38 FE 1A 4E 0 0 118 63 3D
Octal 273 70 376 32 116 0 0 430 143 75
Binary 10111011 111000 11111110 11010 1001110 0 0 100011000 1100011 111101

Color Harmonies of #BB38FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38FE

Black with #BB38FE

Text Example


Text Example

White with #BB38FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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