Html Css Color HEX #BB34D1 Medium Orchid

📋 copy color: '#BB34D1'

red 187 ◦ green 52 ◦ blue 209

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

Shades of Medium Orchid #BB34D1

Tints of Medium Orchid #BB34D1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.61%

 BLUE value IS 209 (82.03% from 255) = 46.65%

R = 41.74%
G = 11.61%
B = 46.65%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB34D1 (or 0xBB34D1) is known color: Medium Orchid. HEX triplet: BB, 34 and D1. RGB value is (187,52,209). Sum of RGB (Red+Green+Blue) = 187+52+209=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB34D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34D1 is #44CB2E. Grayscale: #6D6D6D. Windows color (decimal): -4508463 or 13710523. OLE color: 13710523.

HSL color Cylindrical-coordinate representation of color #BB34D1: hue angle of 291.59º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB34D1 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 52 209 -
CMYK 0.11 0.75 0 0.18
HSL 291.59º 0.63% 0.51% -
HSV(B) 291.59º 0.75% 0.82% -
XYZ 33.23 17.62 61.97 -
YUV 110.26 183.73 182.73 -
System Red Green Blue C M Y K H S L
Decimal 187 52 209 0.11 0.75 0 0.18 291.59 0.63 0.51
Hex BB 34 D1 B 4B 0 12 124 3F 33
Octal 273 64 321 13 113 0 22 444 77 63
Binary 10111011 110100 11010001 1011 1001011 0 10010 100100100 111111 110011

Color Harmonies of #BB34D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34D1

Black with #BB34D1

Text Example


Text Example

White with #BB34D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34D1; }

 p { color: rgb(187,52,209); }

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

background-color css

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

 a { background-color: rgb(187,52,209); }

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

border-color css

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

 span { border-color: rgb(187,52,209); }

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