Html Css Color HEX #BB34D5 Medium Orchid

📋 copy color: '#BB34D5'

red 187 ◦ green 52 ◦ blue 213

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

Shades of Medium Orchid #BB34D5

Tints of Medium Orchid #BB34D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.12%

R = 41.37%
G = 11.5%
B = 47.12%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB34D5 (or 0xBB34D5) is known color: Medium Orchid. HEX triplet: BB, 34 and D5. RGB value is (187,52,213). Sum of RGB (Red+Green+Blue) = 187+52+213=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB34D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34D5 is #44CB2A. Grayscale: #6E6E6E. Windows color (decimal): -4508459 or 13972667. OLE color: 13972667.

HSL color Cylindrical-coordinate representation of color #BB34D5: hue angle of 290.31º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB34D5 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 52 213 -
CMYK 0.12 0.76 0 0.16
HSL 290.31º 0.66% 0.52% -
HSV(B) 290.31º 0.76% 0.84% -
XYZ 33.73 17.82 64.61 -
YUV 110.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 187 52 213 0.12 0.76 0 0.16 290.31 0.66 0.52
Hex BB 34 D5 C 4C 0 10 122 42 34
Octal 273 64 325 14 114 0 20 442 102 64
Binary 10111011 110100 11010101 1100 1001100 0 10000 100100010 1000010 110100

Color Harmonies of #BB34D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34D5

Black with #BB34D5

Text Example


Text Example

White with #BB34D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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