Html Css Color HEX #BB4DCF Medium Orchid

📋 copy color: '#BB4DCF'

red 187 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #BB4DCF

Tints of Medium Orchid #BB4DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

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

R = 39.7%
G = 16.35%
B = 43.95%

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

#BB4DCF (or 0xBB4DCF) is known color: Medium Orchid. HEX triplet: BB, 4D and CF. RGB value is (187,77,207). Sum of RGB (Red+Green+Blue) = 187+77+207=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB4DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DCF is #44B230. Grayscale: #7C7C7C. Windows color (decimal): -4502065 or 13585851. OLE color: 13585851.

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

Color convert

RGB 187 77 207 -
CMYK 0.10 0.63 0 0.19
HSL 290.77º 0.58% 0.56% -
HSV(B) 290.77º 0.63% 0.81% -
XYZ 34.41 20.38 61.15 -
YUV 124.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 187 77 207 0.10 0.63 0 0.19 290.77 0.58 0.56
Hex BB 4D CF A 3F 0 13 123 3A 38
Octal 273 115 317 12 77 0 23 443 72 70
Binary 10111011 1001101 11001111 1010 111111 0 10011 100100011 111010 111000

Color Harmonies of #BB4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DCF

Black with #BB4DCF

Text Example


Text Example

White with #BB4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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