Html Css Color HEX #BB4CF4 Medium Orchid

📋 copy color: '#BB4CF4'

red 187 ◦ green 76 ◦ blue 244

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

Shades of Medium Orchid #BB4CF4

Tints of Medium Orchid #BB4CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.13%

R = 36.88%
G = 14.99%
B = 48.13%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB4CF4 (or 0xBB4CF4) is known color: Medium Orchid. HEX triplet: BB, 4C and F4. RGB value is (187,76,244). Sum of RGB (Red+Green+Blue) = 187+76+244=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB4CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CF4 is #44B30B. Grayscale: #7F7F7F. Windows color (decimal): -4502284 or 16010427. OLE color: 16010427.

HSL color Cylindrical-coordinate representation of color #BB4CF4: hue angle of 279.64º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4CF4 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 76 244 -
CMYK 0.23 0.69 0 0.04
HSL 279.64º 0.88% 0.63% -
HSV(B) 279.64º 0.69% 0.96% -
XYZ 39.41 22.27 87.81 -
YUV 128.34 193.27 169.84 -
System Red Green Blue C M Y K H S L
Decimal 187 76 244 0.23 0.69 0 0.04 279.64 0.88 0.63
Hex BB 4C F4 17 45 0 4 118 58 3F
Octal 273 114 364 27 105 0 4 430 130 77
Binary 10111011 1001100 11110100 10111 1000101 0 100 100011000 1011000 111111

Color Harmonies of #BB4CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CF4

Black with #BB4CF4

Text Example


Text Example

White with #BB4CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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