Html Css Color HEX #BB5DFB Medium Orchid

📋 copy color: '#BB5DFB'

red 187 ◦ green 93 ◦ blue 251

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

Shades of Medium Orchid #BB5DFB

Tints of Medium Orchid #BB5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.51%

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

R = 35.22%
G = 17.51%
B = 47.27%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB5DFB (or 0xBB5DFB) is known color: Medium Orchid. HEX triplet: BB, 5D and FB. RGB value is (187,93,251). Sum of RGB (Red+Green+Blue) = 187+93+251=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB5DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DFB is #44A204. Grayscale: #8A8A8A. Windows color (decimal): -4497925 or 16473531. OLE color: 16473531.

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

Color convert

RGB 187 93 251 -
CMYK 0.25 0.63 0 0.02
HSL 275.7º 0.95% 0.67% -
HSV(B) 275.7º 0.63% 0.98% -
XYZ 41.82 25.36 93.96 -
YUV 139.12 191.14 162.15 -
System Red Green Blue C M Y K H S L
Decimal 187 93 251 0.25 0.63 0 0.02 275.7 0.95 0.67
Hex BB 5D FB 19 3F 0 2 114 5F 43
Octal 273 135 373 31 77 0 2 424 137 103
Binary 10111011 1011101 11111011 11001 111111 0 10 100010100 1011111 1000011

Color Harmonies of #BB5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DFB

Black with #BB5DFB

Text Example


Text Example

White with #BB5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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