Html Css Color HEX #BB39FD Medium Orchid

📋 copy color: '#BB39FD'

red 187 ◦ green 57 ◦ blue 253

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

Shades of Medium Orchid #BB39FD

Tints of Medium Orchid #BB39FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 37.63%
G = 11.47%
B = 50.91%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB39FD (or 0xBB39FD) is known color: Medium Orchid. HEX triplet: BB, 39 and FD. RGB value is (187,57,253). Sum of RGB (Red+Green+Blue) = 187+57+253=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB39FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB39FD is #44C602. Grayscale: #757575. Windows color (decimal): -4507139 or 16595387. OLE color: 16595387.

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

Color convert

RGB 187 57 253 -
CMYK 0.26 0.77 0 0.01
HSL 279.8º 0.98% 0.61% -
HSV(B) 279.8º 0.77% 0.99% -
XYZ 39.69 20.58 94.81 -
YUV 118.21 204.07 177.06 -
System Red Green Blue C M Y K H S L
Decimal 187 57 253 0.26 0.77 0 0.01 279.8 0.98 0.61
Hex BB 39 FD 1A 4D 0 1 118 62 3D
Octal 273 71 375 32 115 0 1 430 142 75
Binary 10111011 111001 11111101 11010 1001101 0 1 100011000 1100010 111101

Color Harmonies of #BB39FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39FD

Black with #BB39FD

Text Example


Text Example

White with #BB39FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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