Html Css Color HEX #BB34F2 Medium Orchid

📋 copy color: '#BB34F2'

red 187 ◦ green 52 ◦ blue 242

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

Shades of Medium Orchid #BB34F2

Tints of Medium Orchid #BB34F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 38.88%
G = 10.81%
B = 50.31%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB34F2 (or 0xBB34F2) is known color: Medium Orchid. HEX triplet: BB, 34 and F2. RGB value is (187,52,242). Sum of RGB (Red+Green+Blue) = 187+52+242=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB34F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB34F2 is #44CB0D. Grayscale: #717171. Windows color (decimal): -4508430 or 15873211. OLE color: 15873211.

HSL color Cylindrical-coordinate representation of color #BB34F2: hue angle of 282.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB34F2 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 52 242 -
CMYK 0.23 0.79 0 0.05
HSL 282.63º 0.88% 0.58% -
HSV(B) 282.63º 0.79% 0.95% -
XYZ 37.75 19.43 85.77 -
YUV 114.03 200.23 180.05 -
System Red Green Blue C M Y K H S L
Decimal 187 52 242 0.23 0.79 0 0.05 282.63 0.88 0.58
Hex BB 34 F2 17 4F 0 5 11B 58 3A
Octal 273 64 362 27 117 0 5 433 130 72
Binary 10111011 110100 11110010 10111 1001111 0 101 100011011 1011000 111010

Color Harmonies of #BB34F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34F2

Black with #BB34F2

Text Example


Text Example

White with #BB34F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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