Html Css Color HEX #BB34CF Medium Orchid

📋 copy color: '#BB34CF'

red 187 ◦ green 52 ◦ blue 207

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

Shades of Medium Orchid #BB34CF

Tints of Medium Orchid #BB34CF

RGB

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

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

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

R = 41.93%
G = 11.66%
B = 46.41%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB34CF (or 0xBB34CF) is known color: Medium Orchid. HEX triplet: BB, 34 and CF. RGB value is (187,52,207). Sum of RGB (Red+Green+Blue) = 187+52+207=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB34CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34CF is #44CB30. Grayscale: #6D6D6D. Windows color (decimal): -4508465 or 13579451. OLE color: 13579451.

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

Color convert

RGB 187 52 207 -
CMYK 0.10 0.75 0 0.19
HSL 292.26º 0.62% 0.51% -
HSV(B) 292.26º 0.75% 0.81% -
XYZ 32.98 17.53 60.68 -
YUV 110.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 187 52 207 0.10 0.75 0 0.19 292.26 0.62 0.51
Hex BB 34 CF A 4B 0 13 124 3E 33
Octal 273 64 317 12 113 0 23 444 76 63
Binary 10111011 110100 11001111 1010 1001011 0 10011 100100100 111110 110011

Color Harmonies of #BB34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB34CF

Black with #BB34CF

Text Example


Text Example

White with #BB34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB34CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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