Html Css Color HEX #BB39FC Medium Orchid

📋 copy color: '#BB39FC'

red 187 ◦ green 57 ◦ blue 252

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

Shades of Medium Orchid #BB39FC

Tints of Medium Orchid #BB39FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 37.7%
G = 11.49%
B = 50.81%

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

#BB39FC (or 0xBB39FC) is known color: Medium Orchid. HEX triplet: BB, 39 and FC. RGB value is (187,57,252). Sum of RGB (Red+Green+Blue) = 187+57+252=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 57 (22.66% from 255 or 11.49% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB39FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB39FC is #44C603. Grayscale: #757575. Windows color (decimal): -4507140 or 16529851. OLE color: 16529851.

HSL color Cylindrical-coordinate representation of color #BB39FC: hue angle of 280º degrees, saturation: 0.97, 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 #BB39FC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 57 252 -
CMYK 0.26 0.77 0 0.01
HSL 280º 0.97% 0.61% -
HSV(B) 280º 0.77% 0.99% -
XYZ 39.53 20.52 93.97 -
YUV 118.1 203.57 177.14 -
System Red Green Blue C M Y K H S L
Decimal 187 57 252 0.26 0.77 0 0.01 280 0.97 0.61
Hex BB 39 FC 1A 4D 0 1 118 61 3D
Octal 273 71 374 32 115 0 1 430 141 75
Binary 10111011 111001 11111100 11010 1001101 0 1 100011000 1100001 111101

Color Harmonies of #BB39FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39FC

Black with #BB39FC

Text Example


Text Example

White with #BB39FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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