Html Css Color HEX #BB4AFB Medium Orchid

📋 copy color: '#BB4AFB'

red 187 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #BB4AFB

Tints of Medium Orchid #BB4AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 36.52%
G = 14.45%
B = 49.02%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB4AFB (or 0xBB4AFB) is known color: Medium Orchid. HEX triplet: BB, 4A and FB. RGB value is (187,74,251). Sum of RGB (Red+Green+Blue) = 187+74+251=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AFB is #44B504. Grayscale: #7F7F7F. Windows color (decimal): -4502789 or 16468667. OLE color: 16468667.

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

Color convert

RGB 187 74 251 -
CMYK 0.25 0.71 0 0.02
HSL 278.31º 0.96% 0.64% -
HSV(B) 278.31º 0.71% 0.98% -
XYZ 40.35 22.43 93.47 -
YUV 127.97 197.44 170.11 -
System Red Green Blue C M Y K H S L
Decimal 187 74 251 0.25 0.71 0 0.02 278.31 0.96 0.64
Hex BB 4A FB 19 47 0 2 116 60 40
Octal 273 112 373 31 107 0 2 426 140 100
Binary 10111011 1001010 11111011 11001 1000111 0 10 100010110 1100000 1000000

Color Harmonies of #BB4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4AFB

Black with #BB4AFB

Text Example


Text Example

White with #BB4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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