Html Css Color HEX #BB4CDE Medium Orchid

📋 copy color: '#BB4CDE'

red 187 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #BB4CDE

Tints of Medium Orchid #BB4CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.67%

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 38.56%
G = 15.67%
B = 45.77%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB4CDE (or 0xBB4CDE) is known color: Medium Orchid. HEX triplet: BB, 4C and DE. RGB value is (187,76,222). Sum of RGB (Red+Green+Blue) = 187+76+222=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB4CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CDE is #44B321. Grayscale: #7D7D7D. Windows color (decimal): -4502306 or 14568635. OLE color: 14568635.

HSL color Cylindrical-coordinate representation of color #BB4CDE: hue angle of 285.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4CDE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 76 222 -
CMYK 0.16 0.66 0 0.13
HSL 285.62º 0.69% 0.58% -
HSV(B) 285.62º 0.66% 0.87% -
XYZ 36.26 21.01 71.25 -
YUV 125.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 187 76 222 0.16 0.66 0 0.13 285.62 0.69 0.58
Hex BB 4C DE 10 42 0 D 11E 45 3A
Octal 273 114 336 20 102 0 15 436 105 72
Binary 10111011 1001100 11011110 10000 1000010 0 1101 100011110 1000101 111010

Color Harmonies of #BB4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CDE

Black with #BB4CDE

Text Example


Text Example

White with #BB4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CDE; }

 p { color: rgb(187,76,222); }

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

background-color css

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

 a { background-color: rgb(187,76,222); }

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

border-color css

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

 span { border-color: rgb(187,76,222); }

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