Html Css Color HEX #BC42FD Medium Orchid

📋 copy color: '#BC42FD'

red 188 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #BC42FD

Tints of Medium Orchid #BC42FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.02%

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 37.08%
G = 13.02%
B = 49.9%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC42FD (or 0xBC42FD) is known color: Medium Orchid. HEX triplet: BC, 42 and FD. RGB value is (188,66,253). Sum of RGB (Red+Green+Blue) = 188+66+253=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC42FD is #43BD02. Grayscale: #7B7B7B. Windows color (decimal): -4439299 or 16597692. OLE color: 16597692.

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

Color convert

RGB 188 66 253 -
CMYK 0.26 0.74 0 0.01
HSL 279.14º 0.98% 0.63% -
HSV(B) 279.14º 0.74% 0.99% -
XYZ 40.42 21.68 94.98 -
YUV 123.8 200.92 173.79 -
System Red Green Blue C M Y K H S L
Decimal 188 66 253 0.26 0.74 0 0.01 279.14 0.98 0.63
Hex BC 42 FD 1A 4A 0 1 117 62 3F
Octal 274 102 375 32 112 0 1 427 142 77
Binary 10111100 1000010 11111101 11010 1001010 0 1 100010111 1100010 111111

Color Harmonies of #BC42FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42FD

Black with #BC42FD

Text Example


Text Example

White with #BC42FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42FD; }

 p { color: rgb(188,66,253); }

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

background-color css

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

 a { background-color: rgb(188,66,253); }

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

border-color css

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

 span { border-color: rgb(188,66,253); }

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