Html Css Color HEX #BC67F1 Medium Orchid

📋 copy color: '#BC67F1'

red 188 ◦ green 103 ◦ blue 241

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

Shades of Medium Orchid #BC67F1

Tints of Medium Orchid #BC67F1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.36%

 BLUE value IS 241 (94.53% from 255) = 45.3%

R = 35.34%
G = 19.36%
B = 45.3%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC67F1 (or 0xBC67F1) is known color: Medium Orchid. HEX triplet: BC, 67 and F1. RGB value is (188,103,241). Sum of RGB (Red+Green+Blue) = 188+103+241=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC67F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67F1 is #43980E. Grayscale: #8F8F8F. Windows color (decimal): -4429839 or 15820732. OLE color: 15820732.

HSL color Cylindrical-coordinate representation of color #BC67F1: hue angle of 276.96º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC67F1 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 103 241 -
CMYK 0.22 0.57 0 0.05
HSL 276.96º 0.83% 0.67% -
HSV(B) 276.96º 0.57% 0.95% -
XYZ 41.47 26.74 86.2 -
YUV 144.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 188 103 241 0.22 0.57 0 0.05 276.96 0.83 0.67
Hex BC 67 F1 16 39 0 5 115 53 43
Octal 274 147 361 26 71 0 5 425 123 103
Binary 10111100 1100111 11110001 10110 111001 0 101 100010101 1010011 1000011

Color Harmonies of #BC67F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67F1

Black with #BC67F1

Text Example


Text Example

White with #BC67F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67F1; }

 p { color: rgb(188,103,241); }

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

background-color css

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

 a { background-color: rgb(188,103,241); }

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

border-color css

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

 span { border-color: rgb(188,103,241); }

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