Html Css Color HEX #BB4CF0 Medium Orchid

📋 copy color: '#BB4CF0'

red 187 ◦ green 76 ◦ blue 240

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

Shades of Medium Orchid #BB4CF0

Tints of Medium Orchid #BB4CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.71%

R = 37.18%
G = 15.11%
B = 47.71%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB4CF0 (or 0xBB4CF0) is known color: Medium Orchid. HEX triplet: BB, 4C and F0. RGB value is (187,76,240). Sum of RGB (Red+Green+Blue) = 187+76+240=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB4CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CF0 is #44B30F. Grayscale: #7F7F7F. Windows color (decimal): -4502288 or 15748283. OLE color: 15748283.

HSL color Cylindrical-coordinate representation of color #BB4CF0: hue angle of 280.61º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4CF0 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 76 240 -
CMYK 0.22 0.68 0 0.06
HSL 280.61º 0.85% 0.62% -
HSV(B) 280.61º 0.68% 0.94% -
XYZ 38.81 22.02 84.64 -
YUV 127.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 187 76 240 0.22 0.68 0 0.06 280.61 0.85 0.62
Hex BB 4C F0 16 44 0 6 119 55 3E
Octal 273 114 360 26 104 0 6 431 125 76
Binary 10111011 1001100 11110000 10110 1000100 0 110 100011001 1010101 111110

Color Harmonies of #BB4CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CF0

Black with #BB4CF0

Text Example


Text Example

White with #BB4CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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