Html Css Color HEX #BC43FB Medium Orchid

📋 copy color: '#BC43FB'

red 188 ◦ green 67 ◦ blue 251

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

Shades of Medium Orchid #BC43FB

Tints of Medium Orchid #BC43FB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.24%

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

R = 37.15%
G = 13.24%
B = 49.6%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC43FB (or 0xBC43FB) is known color: Medium Orchid. HEX triplet: BC, 43 and FB. RGB value is (188,67,251). Sum of RGB (Red+Green+Blue) = 188+67+251=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 67 (26.56% from 255 or 13.24% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC43FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC43FB is #43BC04. Grayscale: #7B7B7B. Windows color (decimal): -4439045 or 16466876. OLE color: 16466876.

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

Color convert

RGB 188 67 251 -
CMYK 0.25 0.73 0 0.02
HSL 279.46º 0.96% 0.62% -
HSV(B) 279.46º 0.73% 0.98% -
XYZ 40.16 21.67 93.33 -
YUV 124.16 199.59 173.54 -
System Red Green Blue C M Y K H S L
Decimal 188 67 251 0.25 0.73 0 0.02 279.46 0.96 0.62
Hex BC 43 FB 19 49 0 2 117 60 3E
Octal 274 103 373 31 111 0 2 427 140 76
Binary 10111100 1000011 11111011 11001 1001001 0 10 100010111 1100000 111110

Color Harmonies of #BC43FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43FB

Black with #BC43FB

Text Example


Text Example

White with #BC43FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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