Html Css Color HEX #BC34F8 Medium Orchid

📋 copy color: '#BC34F8'

red 188 ◦ green 52 ◦ blue 248

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

Shades of Medium Orchid #BC34F8

Tints of Medium Orchid #BC34F8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.66%

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 38.52%
G = 10.66%
B = 50.82%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC34F8 (or 0xBC34F8) is known color: Medium Orchid. HEX triplet: BC, 34 and F8. RGB value is (188,52,248). Sum of RGB (Red+Green+Blue) = 188+52+248=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC34F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34F8 is #43CB07. Grayscale: #727272. Windows color (decimal): -4442888 or 16266428. OLE color: 16266428.

HSL color Cylindrical-coordinate representation of color #BC34F8: hue angle of 281.63º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC34F8 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 52 248 -
CMYK 0.24 0.79 0 0.03
HSL 281.63º 0.93% 0.59% -
HSV(B) 281.63º 0.79% 0.97% -
XYZ 38.91 19.92 90.6 -
YUV 115.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 188 52 248 0.24 0.79 0 0.03 281.63 0.93 0.59
Hex BC 34 F8 18 4F 0 3 11A 5D 3B
Octal 274 64 370 30 117 0 3 432 135 73
Binary 10111100 110100 11111000 11000 1001111 0 11 100011010 1011101 111011

Color Harmonies of #BC34F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34F8

Black with #BC34F8

Text Example


Text Example

White with #BC34F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34F8; }

 p { color: rgb(188,52,248); }

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

background-color css

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

 a { background-color: rgb(188,52,248); }

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

border-color css

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

 span { border-color: rgb(188,52,248); }

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