Html Css Color HEX #BB4AFD Medium Orchid

📋 copy color: '#BB4AFD'

red 187 ◦ green 74 ◦ blue 253

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

Shades of Medium Orchid #BB4AFD

Tints of Medium Orchid #BB4AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.4%

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 36.38%
G = 14.4%
B = 49.22%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB4AFD (or 0xBB4AFD) is known color: Medium Orchid. HEX triplet: BB, 4A and FD. RGB value is (187,74,253). Sum of RGB (Red+Green+Blue) = 187+74+253=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB4AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AFD is #44B502. Grayscale: #7F7F7F. Windows color (decimal): -4502787 or 16599739. OLE color: 16599739.

HSL color Cylindrical-coordinate representation of color #BB4AFD: hue angle of 277.88º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB4AFD is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 74 253 -
CMYK 0.26 0.71 0 0.01
HSL 277.88º 0.98% 0.64% -
HSV(B) 277.88º 0.71% 0.99% -
XYZ 40.67 22.55 95.14 -
YUV 128.19 198.44 169.95 -
System Red Green Blue C M Y K H S L
Decimal 187 74 253 0.26 0.71 0 0.01 277.88 0.98 0.64
Hex BB 4A FD 1A 47 0 1 116 62 40
Octal 273 112 375 32 107 0 1 426 142 100
Binary 10111011 1001010 11111101 11010 1000111 0 1 100010110 1100010 1000000

Color Harmonies of #BB4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AFD

Black with #BB4AFD

Text Example


Text Example

White with #BB4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AFD; }

 p { color: rgb(187,74,253); }

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

background-color css

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

 a { background-color: rgb(187,74,253); }

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

border-color css

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

 span { border-color: rgb(187,74,253); }

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