Html Css Color HEX #BB4CCF Medium Orchid

📋 copy color: '#BB4CCF'

red 187 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #BB4CCF

Tints of Medium Orchid #BB4CCF

RGB

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

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

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

R = 39.79%
G = 16.17%
B = 44.04%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB4CCF (or 0xBB4CCF) is known color: Medium Orchid. HEX triplet: BB, 4C and CF. RGB value is (187,76,207). Sum of RGB (Red+Green+Blue) = 187+76+207=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB4CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CCF is #44B330. Grayscale: #7B7B7B. Windows color (decimal): -4502321 or 13585595. OLE color: 13585595.

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

Color convert

RGB 187 76 207 -
CMYK 0.10 0.63 0 0.19
HSL 290.84º 0.58% 0.55% -
HSV(B) 290.84º 0.63% 0.81% -
XYZ 34.34 20.24 61.13 -
YUV 124.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 187 76 207 0.10 0.63 0 0.19 290.84 0.58 0.55
Hex BB 4C CF A 3F 0 13 123 3A 37
Octal 273 114 317 12 77 0 23 443 72 67
Binary 10111011 1001100 11001111 1010 111111 0 10011 100100011 111010 110111

Color Harmonies of #BB4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CCF

Black with #BB4CCF

Text Example


Text Example

White with #BB4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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