Html Css Color HEX #BB43ED Medium Orchid

📋 copy color: '#BB43ED'

red 187 ◦ green 67 ◦ blue 237

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

Shades of Medium Orchid #BB43ED

Tints of Medium Orchid #BB43ED

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.65%

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 38.09%
G = 13.65%
B = 48.27%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB43ED (or 0xBB43ED) is known color: Medium Orchid. HEX triplet: BB, 43 and ED. RGB value is (187,67,237). Sum of RGB (Red+Green+Blue) = 187+67+237=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB43ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB43ED is #44BC12. Grayscale: #797979. Windows color (decimal): -4504595 or 15549371. OLE color: 15549371.

HSL color Cylindrical-coordinate representation of color #BB43ED: hue angle of 282.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB43ED is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 67 237 -
CMYK 0.21 0.72 0 0.07
HSL 282.35º 0.83% 0.6% -
HSV(B) 282.35º 0.72% 0.93% -
XYZ 37.79 20.69 82.12 -
YUV 122.26 192.76 174.18 -
System Red Green Blue C M Y K H S L
Decimal 187 67 237 0.21 0.72 0 0.07 282.35 0.83 0.6
Hex BB 43 ED 15 48 0 7 11A 53 3C
Octal 273 103 355 25 110 0 7 432 123 74
Binary 10111011 1000011 11101101 10101 1001000 0 111 100011010 1010011 111100

Color Harmonies of #BB43ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43ED

Black with #BB43ED

Text Example


Text Example

White with #BB43ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43ED; }

 p { color: rgb(187,67,237); }

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

background-color css

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

 a { background-color: rgb(187,67,237); }

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

border-color css

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

 span { border-color: rgb(187,67,237); }

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