Html Css Color HEX #BB43EE Medium Orchid

📋 copy color: '#BB43EE'

red 187 ◦ green 67 ◦ blue 238

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

Shades of Medium Orchid #BB43EE

Tints of Medium Orchid #BB43EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 38.01%
G = 13.62%
B = 48.37%

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

#BB43EE (or 0xBB43EE) is known color: Medium Orchid. HEX triplet: BB, 43 and EE. RGB value is (187,67,238). Sum of RGB (Red+Green+Blue) = 187+67+238=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB43EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB43EE is #44BC11. Grayscale: #797979. Windows color (decimal): -4504594 or 15614907. OLE color: 15614907.

HSL color Cylindrical-coordinate representation of color #BB43EE: hue angle of 282.11º 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 #BB43EE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 67 238 -
CMYK 0.21 0.72 0 0.07
HSL 282.11º 0.83% 0.6% -
HSV(B) 282.11º 0.72% 0.93% -
XYZ 37.93 20.75 82.9 -
YUV 122.37 193.26 174.1 -
System Red Green Blue C M Y K H S L
Decimal 187 67 238 0.21 0.72 0 0.07 282.11 0.83 0.6
Hex BB 43 EE 15 48 0 7 11A 53 3C
Octal 273 103 356 25 110 0 7 432 123 74
Binary 10111011 1000011 11101110 10101 1001000 0 111 100011010 1010011 111100

Color Harmonies of #BB43EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43EE

Black with #BB43EE

Text Example


Text Example

White with #BB43EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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