Html Css Color HEX #BB4ACF Medium Orchid

📋 copy color: '#BB4ACF'

red 187 ◦ green 74 ◦ blue 207

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

Shades of Medium Orchid #BB4ACF

Tints of Medium Orchid #BB4ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.81%

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

R = 39.96%
G = 15.81%
B = 44.23%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB4ACF (or 0xBB4ACF) is known color: Medium Orchid. HEX triplet: BB, 4A and CF. RGB value is (187,74,207). Sum of RGB (Red+Green+Blue) = 187+74+207=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB4ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ACF is #44B530. Grayscale: #7A7A7A. Windows color (decimal): -4502833 or 13585083. OLE color: 13585083.

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

Color convert

RGB 187 74 207 -
CMYK 0.10 0.64 0 0.19
HSL 290.98º 0.58% 0.55% -
HSV(B) 290.98º 0.64% 0.81% -
XYZ 34.2 19.97 61.08 -
YUV 122.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 187 74 207 0.10 0.64 0 0.19 290.98 0.58 0.55
Hex BB 4A CF A 40 0 13 123 3A 37
Octal 273 112 317 12 100 0 23 443 72 67
Binary 10111011 1001010 11001111 1010 1000000 0 10011 100100011 111010 110111

Color Harmonies of #BB4ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4ACF

Black with #BB4ACF

Text Example


Text Example

White with #BB4ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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