Html Css Color HEX #BB4CF9 Medium Orchid

📋 copy color: '#BB4CF9'

red 187 ◦ green 76 ◦ blue 249

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

Shades of Medium Orchid #BB4CF9

Tints of Medium Orchid #BB4CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 36.52%
G = 14.84%
B = 48.63%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB4CF9 (or 0xBB4CF9) is known color: Medium Orchid. HEX triplet: BB, 4C and F9. RGB value is (187,76,249). Sum of RGB (Red+Green+Blue) = 187+76+249=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB4CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CF9 is #44B306. Grayscale: #808080. Windows color (decimal): -4502279 or 16338107. OLE color: 16338107.

HSL color Cylindrical-coordinate representation of color #BB4CF9: hue angle of 278.5º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4CF9 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 76 249 -
CMYK 0.25 0.69 0 0.02
HSL 278.5º 0.94% 0.64% -
HSV(B) 278.5º 0.69% 0.98% -
XYZ 40.18 22.57 91.86 -
YUV 128.91 195.77 169.43 -
System Red Green Blue C M Y K H S L
Decimal 187 76 249 0.25 0.69 0 0.02 278.5 0.94 0.64
Hex BB 4C F9 19 45 0 2 116 5E 40
Octal 273 114 371 31 105 0 2 426 136 100
Binary 10111011 1001100 11111001 11001 1000101 0 10 100010110 1011110 1000000

Color Harmonies of #BB4CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CF9

Black with #BB4CF9

Text Example


Text Example

White with #BB4CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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