Html Css Color HEX #BB5BFC Medium Orchid

📋 copy color: '#BB5BFC'

red 187 ◦ green 91 ◦ blue 252

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

Shades of Medium Orchid #BB5BFC

Tints of Medium Orchid #BB5BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.17%

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 35.28%
G = 17.17%
B = 47.55%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB5BFC (or 0xBB5BFC) is known color: Medium Orchid. HEX triplet: BB, 5B and FC. RGB value is (187,91,252). Sum of RGB (Red+Green+Blue) = 187+91+252=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB5BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BFC is #44A403. Grayscale: #898989. Windows color (decimal): -4498436 or 16538555. OLE color: 16538555.

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

Color convert

RGB 187 91 252 -
CMYK 0.26 0.64 0 0.01
HSL 275.78º 0.96% 0.67% -
HSV(B) 275.78º 0.64% 0.99% -
XYZ 41.81 25.08 94.73 -
YUV 138.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 187 91 252 0.26 0.64 0 0.01 275.78 0.96 0.67
Hex BB 5B FC 1A 40 0 1 114 60 43
Octal 273 133 374 32 100 0 1 424 140 103
Binary 10111011 1011011 11111100 11010 1000000 0 1 100010100 1100000 1000011

Color Harmonies of #BB5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BFC

Black with #BB5BFC

Text Example


Text Example

White with #BB5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BFC; }

 p { color: rgb(187,91,252); }

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

background-color css

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

 a { background-color: rgb(187,91,252); }

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

border-color css

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

 span { border-color: rgb(187,91,252); }

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