Html Css Color HEX #BC5CFB Medium Orchid

📋 copy color: '#BC5CFB'

red 188 ◦ green 92 ◦ blue 251

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

Shades of Medium Orchid #BC5CFB

Tints of Medium Orchid #BC5CFB

RGB

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

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

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

R = 35.4%
G = 17.33%
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

#BC5CFB (or 0xBC5CFB) is known color: Medium Orchid. HEX triplet: BC, 5C and FB. RGB value is (188,92,251). Sum of RGB (Red+Green+Blue) = 188+92+251=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 92 (36.33% from 255 or 17.33% 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 #BC5CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CFB is #43A304. Grayscale: #8A8A8A. Windows color (decimal): -4432645 or 16473276. OLE color: 16473276.

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

Color convert

RGB 188 92 251 -
CMYK 0.25 0.63 0 0.02
HSL 276.23º 0.95% 0.67% -
HSV(B) 276.23º 0.63% 0.98% -
XYZ 41.98 25.31 93.94 -
YUV 138.83 191.3 163.07 -
System Red Green Blue C M Y K H S L
Decimal 188 92 251 0.25 0.63 0 0.02 276.23 0.95 0.67
Hex BC 5C FB 19 3F 0 2 114 5F 43
Octal 274 134 373 31 77 0 2 424 137 103
Binary 10111100 1011100 11111011 11001 111111 0 10 100010100 1011111 1000011

Color Harmonies of #BC5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CFB

Black with #BC5CFB

Text Example


Text Example

White with #BC5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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