Html Css Color HEX #BC5BFB Medium Orchid

📋 copy color: '#BC5BFB'

red 188 ◦ green 91 ◦ blue 251

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

Shades of Medium Orchid #BC5BFB

Tints of Medium Orchid #BC5BFB

RGB

 RED value IS 188 (73.83% from 255) = 35.47%

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

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

R = 35.47%
G = 17.17%
B = 47.36%

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

#BC5BFB (or 0xBC5BFB) is known color: Medium Orchid. HEX triplet: BC, 5B and FB. RGB value is (188,91,251). Sum of RGB (Red+Green+Blue) = 188+91+251=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC5BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BFB is #43A404. Grayscale: #898989. Windows color (decimal): -4432901 or 16473020. OLE color: 16473020.

HSL color Cylindrical-coordinate representation of color #BC5BFB: hue angle of 276.38º 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 #BC5BFB is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 91 251 -
CMYK 0.25 0.64 0 0.02
HSL 276.38º 0.95% 0.67% -
HSV(B) 276.38º 0.64% 0.98% -
XYZ 41.89 25.14 93.91 -
YUV 138.24 191.64 163.49 -
System Red Green Blue C M Y K H S L
Decimal 188 91 251 0.25 0.64 0 0.02 276.38 0.95 0.67
Hex BC 5B FB 19 40 0 2 114 5F 43
Octal 274 133 373 31 100 0 2 424 137 103
Binary 10111100 1011011 11111011 11001 1000000 0 10 100010100 1011111 1000011

Color Harmonies of #BC5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BFB

Black with #BC5BFB

Text Example


Text Example

White with #BC5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BFB; }

 p { color: rgb(188,91,251); }

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

background-color css

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

 a { background-color: rgb(188,91,251); }

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

border-color css

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

 span { border-color: rgb(188,91,251); }

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