Html Css Color HEX #BB50CF Medium Orchid

📋 copy color: '#BB50CF'

red 187 ◦ green 80 ◦ blue 207

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

Shades of Medium Orchid #BB50CF

Tints of Medium Orchid #BB50CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.88%

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

R = 39.45%
G = 16.88%
B = 43.67%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB50CF (or 0xBB50CF) is known color: Medium Orchid. HEX triplet: BB, 50 and CF. RGB value is (187,80,207). Sum of RGB (Red+Green+Blue) = 187+80+207=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB50CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50CF is #44AF30. Grayscale: #7E7E7E. Windows color (decimal): -4501297 or 13586619. OLE color: 13586619.

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

Color convert

RGB 187 80 207 -
CMYK 0.10 0.61 0 0.19
HSL 290.55º 0.57% 0.56% -
HSV(B) 290.55º 0.61% 0.81% -
XYZ 34.62 20.81 61.22 -
YUV 126.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 187 80 207 0.10 0.61 0 0.19 290.55 0.57 0.56
Hex BB 50 CF A 3D 0 13 123 39 38
Octal 273 120 317 12 75 0 23 443 71 70
Binary 10111011 1010000 11001111 1010 111101 0 10011 100100011 111001 111000

Color Harmonies of #BB50CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB50CF

Black with #BB50CF

Text Example


Text Example

White with #BB50CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB50CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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