Html Css Color HEX #BB5CFC Medium Orchid

📋 copy color: '#BB5CFC'

red 187 ◦ green 92 ◦ blue 252

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

Shades of Medium Orchid #BB5CFC

Tints of Medium Orchid #BB5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.33%

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

R = 35.22%
G = 17.33%
B = 47.46%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB5CFC (or 0xBB5CFC) is known color: Medium Orchid. HEX triplet: BB, 5C and FC. RGB value is (187,92,252). Sum of RGB (Red+Green+Blue) = 187+92+252=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5CFC is #44A303. Grayscale: #8A8A8A. Windows color (decimal): -4498180 or 16538811. OLE color: 16538811.

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

Color convert

RGB 187 92 252 -
CMYK 0.26 0.63 0 0.01
HSL 275.63º 0.96% 0.67% -
HSV(B) 275.63º 0.63% 0.99% -
XYZ 41.89 25.25 94.76 -
YUV 138.65 191.97 162.49 -
System Red Green Blue C M Y K H S L
Decimal 187 92 252 0.26 0.63 0 0.01 275.63 0.96 0.67
Hex BB 5C FC 1A 3F 0 1 114 60 43
Octal 273 134 374 32 77 0 1 424 140 103
Binary 10111011 1011100 11111100 11010 111111 0 1 100010100 1100000 1000011

Color Harmonies of #BB5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CFC

Black with #BB5CFC

Text Example


Text Example

White with #BB5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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