Html Css Color HEX #BC62F2 Medium Orchid

📋 copy color: '#BC62F2'

red 188 ◦ green 98 ◦ blue 242

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

Shades of Medium Orchid #BC62F2

Tints of Medium Orchid #BC62F2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.56%

 BLUE value IS 242 (94.92% from 255) = 45.83%

R = 35.61%
G = 18.56%
B = 45.83%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC62F2 (or 0xBC62F2) is known color: Medium Orchid. HEX triplet: BC, 62 and F2. RGB value is (188,98,242). Sum of RGB (Red+Green+Blue) = 188+98+242=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC62F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62F2 is #439D0D. Grayscale: #8C8C8C. Windows color (decimal): -4431118 or 15884988. OLE color: 15884988.

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

Color convert

RGB 188 98 242 -
CMYK 0.22 0.60 0 0.05
HSL 277.5º 0.85% 0.67% -
HSV(B) 277.5º 0.6% 0.95% -
XYZ 41.13 25.84 86.82 -
YUV 141.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 188 98 242 0.22 0.60 0 0.05 277.5 0.85 0.67
Hex BC 62 F2 16 3C 0 5 116 55 43
Octal 274 142 362 26 74 0 5 426 125 103
Binary 10111100 1100010 11110010 10110 111100 0 101 100010110 1010101 1000011

Color Harmonies of #BC62F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62F2

Black with #BC62F2

Text Example


Text Example

White with #BC62F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62F2; }

 p { color: rgb(188,98,242); }

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

background-color css

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

 a { background-color: rgb(188,98,242); }

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

border-color css

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

 span { border-color: rgb(188,98,242); }

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