Html Css Color HEX #BC4AFB Medium Orchid

📋 copy color: '#BC4AFB'

red 188 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #BC4AFB

Tints of Medium Orchid #BC4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.42%

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

R = 36.65%
G = 14.42%
B = 48.93%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC4AFB (or 0xBC4AFB) is known color: Medium Orchid. HEX triplet: BC, 4A and FB. RGB value is (188,74,251). Sum of RGB (Red+Green+Blue) = 188+74+251=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AFB is #43B504. Grayscale: #7F7F7F. Windows color (decimal): -4437253 or 16468668. OLE color: 16468668.

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

Color convert

RGB 188 74 251 -
CMYK 0.25 0.71 0 0.02
HSL 278.64º 0.96% 0.64% -
HSV(B) 278.64º 0.71% 0.98% -
XYZ 40.6 22.55 93.48 -
YUV 128.26 197.27 170.61 -
System Red Green Blue C M Y K H S L
Decimal 188 74 251 0.25 0.71 0 0.02 278.64 0.96 0.64
Hex BC 4A FB 19 47 0 2 117 60 40
Octal 274 112 373 31 107 0 2 427 140 100
Binary 10111100 1001010 11111011 11001 1000111 0 10 100010111 1100000 1000000

Color Harmonies of #BC4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AFB

Black with #BC4AFB

Text Example


Text Example

White with #BC4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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