Html Css Color HEX #BB3AFB Medium Orchid

📋 copy color: '#BB3AFB'

red 187 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #BB3AFB

Tints of Medium Orchid #BB3AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.69%

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

R = 37.7%
G = 11.69%
B = 50.6%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB3AFB (or 0xBB3AFB) is known color: Medium Orchid. HEX triplet: BB, 3A and FB. RGB value is (187,58,251). Sum of RGB (Red+Green+Blue) = 187+58+251=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB3AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3AFB is #44C504. Grayscale: #757575. Windows color (decimal): -4506885 or 16464571. OLE color: 16464571.

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

Color convert

RGB 187 58 251 -
CMYK 0.25 0.77 0 0.02
HSL 280.1º 0.96% 0.61% -
HSV(B) 280.1º 0.77% 0.98% -
XYZ 39.42 20.56 93.16 -
YUV 118.57 202.74 176.81 -
System Red Green Blue C M Y K H S L
Decimal 187 58 251 0.25 0.77 0 0.02 280.1 0.96 0.61
Hex BB 3A FB 19 4D 0 2 118 60 3D
Octal 273 72 373 31 115 0 2 430 140 75
Binary 10111011 111010 11111011 11001 1001101 0 10 100011000 1100000 111101

Color Harmonies of #BB3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3AFB

Black with #BB3AFB

Text Example


Text Example

White with #BB3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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