Html Css Color HEX #BC33F8 Medium Orchid

📋 copy color: '#BC33F8'

red 188 ◦ green 51 ◦ blue 248

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

Shades of Medium Orchid #BC33F8

Tints of Medium Orchid #BC33F8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.47%

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

R = 38.6%
G = 10.47%
B = 50.92%

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

#BC33F8 (or 0xBC33F8) is known color: Medium Orchid. HEX triplet: BC, 33 and F8. RGB value is (188,51,248). Sum of RGB (Red+Green+Blue) = 188+51+248=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC33F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33F8 is #43CC07. Grayscale: #717171. Windows color (decimal): -4443144 or 16266172. OLE color: 16266172.

HSL color Cylindrical-coordinate representation of color #BC33F8: hue angle of 281.73º 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 #BC33F8 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 51 248 -
CMYK 0.24 0.79 0 0.03
HSL 281.73º 0.93% 0.59% -
HSV(B) 281.73º 0.79% 0.97% -
XYZ 38.87 19.84 90.59 -
YUV 114.42 203.39 180.48 -
System Red Green Blue C M Y K H S L
Decimal 188 51 248 0.24 0.79 0 0.03 281.73 0.93 0.59
Hex BC 33 F8 18 4F 0 3 11A 5D 3B
Octal 274 63 370 30 117 0 3 432 135 73
Binary 10111100 110011 11111000 11000 1001111 0 11 100011010 1011101 111011

Color Harmonies of #BC33F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33F8

Black with #BC33F8

Text Example


Text Example

White with #BC33F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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