Html Css Color HEX #BB39CF Medium Orchid

📋 copy color: '#BB39CF'

red 187 ◦ green 57 ◦ blue 207

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

Shades of Medium Orchid #BB39CF

Tints of Medium Orchid #BB39CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 41.46%
G = 12.64%
B = 45.9%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB39CF (or 0xBB39CF) is known color: Medium Orchid. HEX triplet: BB, 39 and CF. RGB value is (187,57,207). Sum of RGB (Red+Green+Blue) = 187+57+207=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB39CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39CF is #44C630. Grayscale: #707070. Windows color (decimal): -4507185 or 13580731. OLE color: 13580731.

HSL color Cylindrical-coordinate representation of color #BB39CF: hue angle of 292º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB39CF is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 57 207 -
CMYK 0.10 0.72 0 0.19
HSL 292º 0.61% 0.52% -
HSV(B) 292º 0.72% 0.81% -
XYZ 33.22 18 60.75 -
YUV 112.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 187 57 207 0.10 0.72 0 0.19 292 0.61 0.52
Hex BB 39 CF A 48 0 13 124 3D 34
Octal 273 71 317 12 110 0 23 444 75 64
Binary 10111011 111001 11001111 1010 1001000 0 10011 100100100 111101 110100

Color Harmonies of #BB39CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39CF

Black with #BB39CF

Text Example


Text Example

White with #BB39CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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