Html Css Color HEX #BB5AFB Medium Orchid

📋 copy color: '#BB5AFB'

red 187 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #BB5AFB

Tints of Medium Orchid #BB5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.05%

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

R = 35.42%
G = 17.05%
B = 47.54%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB5AFB (or 0xBB5AFB) is known color: Medium Orchid. HEX triplet: BB, 5A and FB. RGB value is (187,90,251). Sum of RGB (Red+Green+Blue) = 187+90+251=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5AFB is #44A504. Grayscale: #888888. Windows color (decimal): -4498693 or 16472763. OLE color: 16472763.

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

Color convert

RGB 187 90 251 -
CMYK 0.25 0.64 0 0.02
HSL 276.15º 0.95% 0.67% -
HSV(B) 276.15º 0.64% 0.98% -
XYZ 41.56 24.84 93.87 -
YUV 137.36 192.14 163.41 -
System Red Green Blue C M Y K H S L
Decimal 187 90 251 0.25 0.64 0 0.02 276.15 0.95 0.67
Hex BB 5A FB 19 40 0 2 114 5F 43
Octal 273 132 373 31 100 0 2 424 137 103
Binary 10111011 1011010 11111011 11001 1000000 0 10 100010100 1011111 1000011

Color Harmonies of #BB5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5AFB

Black with #BB5AFB

Text Example


Text Example

White with #BB5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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