Html Css Color HEX #BC38FB Medium Orchid

📋 copy color: '#BC38FB'

red 188 ◦ green 56 ◦ blue 251

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

Shades of Medium Orchid #BC38FB

Tints of Medium Orchid #BC38FB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.31%

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

R = 37.98%
G = 11.31%
B = 50.71%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC38FB (or 0xBC38FB) is known color: Medium Orchid. HEX triplet: BC, 38 and FB. RGB value is (188,56,251). Sum of RGB (Red+Green+Blue) = 188+56+251=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC38FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38FB is #43C704. Grayscale: #757575. Windows color (decimal): -4441861 or 16464060. OLE color: 16464060.

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

Color convert

RGB 188 56 251 -
CMYK 0.25 0.78 0 0.02
HSL 280.62º 0.96% 0.6% -
HSV(B) 280.62º 0.78% 0.98% -
XYZ 39.57 20.48 93.14 -
YUV 117.7 203.23 178.14 -
System Red Green Blue C M Y K H S L
Decimal 188 56 251 0.25 0.78 0 0.02 280.62 0.96 0.6
Hex BC 38 FB 19 4E 0 2 119 60 3C
Octal 274 70 373 31 116 0 2 431 140 74
Binary 10111100 111000 11111011 11001 1001110 0 10 100011001 1100000 111100

Color Harmonies of #BC38FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38FB

Black with #BC38FB

Text Example


Text Example

White with #BC38FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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